ext3: Cleanup ext3_setup_super()
authorNamhyung Kim <namhyung@gmail.com>
Sun, 10 Oct 2010 12:36:59 +0000 (21:36 +0900)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:03 +0000 (01:30 +0200)
Fix mount-count check to emit warning only if s_max_mnt_count
is greater than 0 according to man tune2fs(8). Also removes
unnecessary casts.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/super.c

diff --cc fs/ext3/super.c
Simple merge