summary refs log tree commit diff
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
authorVasily Averin <vvs@sw.ru>2006-12-06 20:37:23 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-07 08:39:36 -0800
commit70888bd5b70579e278d5ef1b7e1ec6a420d38b9e (patch)
tree386b58e2592c94d2371e71eba7a6576638516241 /Documentation/filesystems/Locking
parent6cfd76a26d9fe2ba54b9d496a48c1d9285e5c5ed (diff)
downloadlinux-70888bd5b70579e278d5ef1b7e1ec6a420d38b9e.tar.gz
[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/Locking')
-rw-r--r--Documentation/filesystems/Locking2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index eb1a6cad21e6..790ef6fbe495 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)