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)
commitfa1ff1e02fee908dfdc3f92902d39acc38041e4c
tree9bca635970c38cd7804d9ae02f1a69c3193b431c
parent2588ef83f7933d8ae42868d7bf68fc8a3001186b
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