summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2016-09-09 17:02:14 -0700
committerDavid Sterba <dsterba@suse.com>2016-09-21 11:50:09 +0200
commit02a9b6cbef22826cfa8befcc48fdba335dac70a5 (patch)
treec3e0f9f132c798f917730fa2f2831ffd9fbbb22d /ctree.h
parentda64ae3a0f7498e356a72e7f1b65a704ddfbb6bc (diff)
Revert "btrfs-progs: fix compat_ro mask for free space tree"
btrfs-progs can't mount space_cache=v2 filesystems read-write, which is why the compat bit wasn't added to the supported mask in the first place. Remove it. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ctree.h b/ctree.h
index 1d153ec5..297a98c5 100644
--- a/ctree.h
+++ b/ctree.h
@@ -490,8 +490,7 @@ struct btrfs_super_block {
#define BTRFS_FEATURE_COMPAT_SUPP 0ULL
-#define BTRFS_FEATURE_COMPAT_RO_SUPP \
- (BTRFS_FEATURE_COMPAT_RO_FREE_SPACE_TREE)
+#define BTRFS_FEATURE_COMPAT_RO_SUPP 0ULL
#define BTRFS_FEATURE_INCOMPAT_SUPP \
(BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF | \