projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfd76a
)
[PATCH] Documentation: remount_fs() needs lock_kernel
author
Vasily Averin
<vvs@sw.ru>
Thu, 7 Dec 2006 04:37:23 +0000
(20:37 -0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:36 +0000
(08:39 -0800)
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>
Documentation/filesystems/Locking
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/Locking
b/Documentation/filesystems/Locking
index eb1a6cad21e6a8cadc993111b1f4c7099d794ad2..790ef6fbe495914f94ea351e92834d9fb206f80c 100644
(file)
--- 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)