commit | 35379d6fbc5d0ae362594276d2306d89e3f37218 | [log] [tgz] |
---|---|---|
author | Yunlei He <heyunlei@huawei.com> | Thu Jul 16 10:10:36 2015 +0800 |
committer | Steve Kondik <steve@cyngn.com> | Wed Aug 24 11:41:05 2016 -0700 |
tree | f3f8f450bcdc0c1666a874eed292f861faa0307c | |
parent | 1f3d9bf92c5ce0307eb433f33d9ffddf7091db94 [diff] |
fsck.f2fs: add segment type in sit_dump Add segment type information in sit_dump: [sit_dump: 48] SIT[0x12905] : 0x 1 : 0 [sit_dump: 48] SIT[0x12906] : 0x 1 : 5 [sit_dump: 48] SIT[0x12907] : 0x 7 : 4 [sit_dump: 48] SIT[0x12908] : 0x 1 : 3 The last column output message on behalf of segment type like CURSEG_XXX_TYPE. Change-Id: I8c2f2f48579aef10e685df97f43136f46ddbe31f Signed-off-by: Yunlei He <heyunlei@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>