diff options
author | Vasily Averin <vvs@sw.ru> | 2006-12-06 20:37:23 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:36 -0800 |
commit | 70888bd5b70579e278d5ef1b7e1ec6a420d38b9e (patch) | |
tree | 386b58e2592c94d2371e71eba7a6576638516241 /Documentation/filesystems | |
parent | 6cfd76a26d9fe2ba54b9d496a48c1d9285e5c5ed (diff) | |
download | kernel_samsung_smdk4412-70888bd5b70579e278d5ef1b7e1ec6a420d38b9e.zip kernel_samsung_smdk4412-70888bd5b70579e278d5ef1b7e1ec6a420d38b9e.tar.gz kernel_samsung_smdk4412-70888bd5b70579e278d5ef1b7e1ec6a420d38b9e.tar.bz2 |
[PATCH] Documentation: remount_fs() needs lock_kernel
Fixed long-lived typo: remount_fs() needs BKL
Signed-off-by: Vasily Averin <vvs@sw.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index eb1a6ca..790ef6f 100644 --- a/Documentation/filesystems/Locking +++ b/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) |