]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitdf0d6b8ff152b1a1aaae17c27a445ad025a358bd
tree7358b556dd3adf3389548a299fd5dc67ab5211eb
parent86f3cbec4a193c04d0a31c13132c5956731af6ff
ext3: Cleanup ext3_setup_super()

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