ext3: fix message in ext3_remount for rw-remount case
authorToshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
Tue, 2 Aug 2011 09:16:57 +0000 (18:16 +0900)
committerJan Kara <jack@suse.cz>
Wed, 17 Aug 2011 09:41:20 +0000 (11:41 +0200)
If there are some inodes in orphan list while a filesystem is being
read-only mounted, we should recommend that peole umount and then
mount it when they try to remount with read-write. But the current
message and comment recommend that they umount and then remount it
which may be slightly misleading.

Signed-off-by: Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found