btrfs-progs: convert: add context and operations struct to allow different file systems
authorJeff Mahoney <jeffm@suse.com>
Wed, 14 Aug 2013 18:39:21 +0000 (14:39 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 26 Nov 2015 14:48:19 +0000 (15:48 +0100)
commited91cae19808d8d8561ec9e18c8dc0a74643c53f
tree4c665eb0da551d70ba32d6c92a7ea8f3273acfc0
parent3504df7f02a11fb52cbddc26071a7118cd23f20c
btrfs-progs: convert: add context and operations struct to allow different file systems

Push out common convert operations into function pointers that we can
ultimately allow other file systems to use to provide their own
conversions.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
btrfs-convert.c