diff options
author | Christoph Hellwig <hch@lst.de> | 2010-02-01 21:55:52 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-21 18:31:12 -0400 |
commit | a135aa2cd76a1de1a84312e0bb3498a5da76782d (patch) | |
tree | 2933d7ee275896cfa3b5173fda0fc7c91fb0a398 /fs/super.c | |
parent | 13e3c5e5b9c67e59074d24e29f3ff794bb4dfef0 (diff) |
remove incorrect comment in do_emergency_remount
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c index 1527e6a0ee3..156eae5ed50 100644 --- 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); |