]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: fix mount messages when quota disabled
authorJan Kara <jack@suse.cz>
Mon, 28 Apr 2008 09:16:14 +0000 (02:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:45 +0000 (08:58 -0700)
commit83bdfbd603f6274af40359eaa2c155442ac23dce
tree9bca635970c38cd7804d9ae02f1a69c3193b431c
parent3d03e9e433799c3c5f36ecaebe0f048ef2628811
ext3: fix mount messages when quota disabled

When quota is disabled, we should not print 'journaled quota not supported'
when user tried to mount non-journaled quota.  Also fix typo in the message.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/super.c