Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After pushing down the BKL to the get_sb/fill_super operations of the filesystems that still make usage of the BKL it is safe to remove it from do_new_mount(). I've read through all the code formerly covered by the BKL inside do_kern_mount() and have satisfied myself that it doesn't need the BKL any more. Signed-off-by: Jan Blunck <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
- Loading branch information