projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e3c5e
)
remove incorrect comment in do_emergency_remount
author
Christoph Hellwig
<hch@lst.de>
Mon, 1 Feb 2010 20:55:52 +0000
(21:55 +0100)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 21 May 2010 22:31:12 +0000
(18:31 -0400)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/super.c
b/fs/super.c
index 1527e6a0ee358d084a29f542816a91c4418f5ef6..156eae5ed5030fac4b94d1e999bb05bc6acbb07e 100644
(file)
--- a/
fs/super.c
+++ b/
fs/super.c
@@
-631,8
+631,6
@@
static void do_emergency_remount(struct work_struct *work)
down_write(&sb->s_umount);
if (sb->s_root && sb->s_bdev && !(sb->s_flags & MS_RDONLY)) {
/*
- * ->remount_fs needs lock_kernel().
- *
* What lock protects sb->s_flags??
*/
do_remount_sb(sb, MS_RDONLY, NULL, 1);