f2fs-tools/include
Chao Yu 37580f1c5b fsck.f2fs: support large sector size
Since f2fs support large sector size in commit 55cf9cb63f0e "f2fs: support large
sector size", block device with sector size of 512/1024/2048/4096 bytes can be
supported.

But fsck.f2fs still use default F2FS_LOG_SECTOR_SIZE/F2FS_LOG_SECTORS_PER_BLOCK to
verify related data in f2fs image, it's wrong, let's fix this issue in this patch.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-02-05 18:42:46 -08:00
..
f2fs_fs.h fsck.f2fs: support large sector size 2015-02-05 18:42:46 -08:00
list.h Cleanup various build warnings (signed vs unsigned, unused vars,...) 2014-05-15 08:40:55 +09:00