From: Vasily Averin Fixed long-lived typo: remount_fs() needs BKL Signed-off-by: Vasily Averin Signed-off-by: Andrew Morton --- Documentation/filesystems/Locking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/filesystems/Locking~documentation-remount_fs-needs-lock_kernel Documentation/filesystems/Locking --- a/Documentation/filesystems/Locking~documentation-remount_fs-needs-lock_kernel +++ a/Documentation/filesystems/Locking @@ -124,7 +124,7 @@ sync_fs: no no read write_super_lockfs: ? unlockfs: ? statfs: no no no -remount_fs: no yes maybe (see below) +remount_fs: yes yes maybe (see below) clear_inode: no umount_begin: yes no no show_options: no (vfsmount->sem) _