Re: [PATCH 1/3] btrfs-progs: convert: fix support for e2fsprogs < 1.42

2018-05-09 Thread David Sterba
On Mon, Apr 30, 2018 at 10:37:06AM -0400, je...@suse.com wrote: > From: Jeff Mahoney > > Commit 324d4c1857a (btrfs-progs: convert: Add larger device support) > introduced new dependencies on the 64-bit API provided by e2fsprogs. > That API was introduced in v1.42 (along with bigalloc). > > This

[PATCH 1/3] btrfs-progs: convert: fix support for e2fsprogs < 1.42

2018-04-30 Thread jeffm
From: Jeff Mahoney Commit 324d4c1857a (btrfs-progs: convert: Add larger device support) introduced new dependencies on the 64-bit API provided by e2fsprogs. That API was introduced in v1.42 (along with bigalloc). This patch maps the following to their equivalents in e2fsprogs < 1.42. - ext2fs_ge

[PATCH 1/3] btrfs-progs: convert: fix support for e2fsprogs < 1.42

2018-04-27 Thread jeffm
From: Jeff Mahoney Commit 324d4c1857a (btrfs-progs: convert: Add larger device support) introduced new dependencies on the 64-bit API provided by e2fsprogs. That API was introduced in v1.42 (along with bigalloc). This patch maps the following to their equivalents in e2fsprogs < 1.42. - ext2fs_ge