btrfs-progs: convert: widen int types in convert context
authorLakshmipathi.G <lakshmipathi.g@giis.co.in>
Mon, 26 Jun 2017 12:43:31 +0000 (14:43 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:09:53 +0000 (17:09 +0200)
commit8636132c6d3e0b916a6877c327314f211498ab88
treed0ce133e9dfd27b47d4e3051e9a1927237d6adda
parent66e069d7f13d2cdec9d0b9e05fce19c1952f825b
btrfs-progs: convert: widen int types in convert context

The u32 types in the convert context might not be enough for some very
large filesytems (20TB). Use 64bit types to be safe.

Signed-off-by: Lakshmipathi.G <lakshmipathi.g@giis.co.in>
Signed-off-by: David Sterba <dsterba@suse.com>
convert/common.h