Btrfs-progs: add support for the no holes incompat flag
authorJosef Bacik <jbacik@fusionio.com>
Tue, 22 Oct 2013 16:22:41 +0000 (12:22 -0400)
committerChris Mason <clm@fb.com>
Fri, 31 Jan 2014 16:22:23 +0000 (08:22 -0800)
commit147114581d2b301ea6bc86b22696656b50770dd7
treef06a425b63cfd7157ea2a59212657c28fdb66461
parenta2bd44cbc69db17c92a7370749184397f7be97c2
Btrfs-progs: add support for the no holes incompat flag

This adds the flag to ctree.h, adds the feature option to mkfs to turn it on and
fixes fsck so it doesn't complain about missing hole extents in files when this
flag is set.

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
cmds-check.c
ctree.h
mkfs.c