]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext3: Fix debug messages in ext3_group_extend()
authorNamhyung Kim <namhyung@gmail.com>
Sat, 16 Oct 2010 16:11:23 +0000 (01:11 +0900)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:05 +0000 (01:30 +0200)
commitdb50d20b1da6ebb62bc28172de142efd9e7b5d89
tree1b482281349475cdbb393104ba56fa71ce4cc466
parente4d5e3a497e159be7c2dbe4c61cfb185d60cfde2
ext3: Fix debug messages in ext3_group_extend()

Fix a typo, break long lines and use E3FSBLK on ext3_fsblk_t.

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