]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit1cde201da4e97f10a5dd2434cff4ceff381603d1
tree065b3fc2b2cb29f16af7af2f297bec66896655f2
parent5a0143a4f00517ea433bf459a80742ccc623a665
ext3: fix message in ext3_remount for rw-remount case

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>
fs/ext3/super.c