summaryrefslogtreecommitdiff
path: root/cmds-check.c
diff options
context:
space:
mode:
authorLakshmipathi.G <lakshmipathi.g@giis.co.in>2017-06-03 15:27:45 +0530
committerDavid Sterba <dsterba@suse.com>2017-06-26 17:09:54 +0200
commit324d4c1857ac8282e838d1fe7c1a9b65b67f0d40 (patch)
treeac72f75234e0d62cc279a93593f84cb5fe2f1678 /cmds-check.c
parent8636132c6d3e0b916a6877c327314f211498ab88 (diff)
btrfs-progs: convert: Add larger device support
With larger file system (in this case its 22TB), ext2fs_open() returns EXT2_ET_CANT_USE_LEGACY_BITMAPS error message with ext2fs_read_block_bitmap(). To overcome this issue, (a) we need pass EXT2_FLAG_64BITS flag with ext2fs_open. (b) use 64-bit functions like ext2fs_get_block_bitmap_range2, ext2fs_inode_data_blocks2,ext2fs_read_ext_attr2 (c) use 64bit types with btrfs_convert_context fields Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=194795 Signed-off-by: Lakshmipathi.G <lakshmipathi.g@giis.co.in> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-check.c')
0 files changed, 0 insertions, 0 deletions