Tero Roponen
2010-Mar-02 15:04 UTC
[PATCH] btrfs: make a definition of a flag more consistent
Commit 015449c282b87f6f88c4ad15a2d4255a7e12ed66 on subvol branch
("Btrfs: add ioctl and incompat flag to set the default mount subvol")
added a definition of a new flag. This patch makes it consistent with
the way other flags are defined.
Signed-off-by: Tero Roponen <tero.roponen@gmail.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 1166b15..083e10c 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -373,7 +373,7 @@ struct btrfs_super_block {
* ones specified below then we will fail to mount
*/
#define BTRFS_FEATURE_INCOMPAT_MIXED_BACKREF (1ULL << 0)
-#define BTRFS_FEATURE_INCOMPAT_DEFAULT_SUBVOL (2ULL << 0)
+#define BTRFS_FEATURE_INCOMPAT_DEFAULT_SUBVOL (1ULL << 1)
#define BTRFS_FEATURE_COMPAT_SUPP 0ULL
#define BTRFS_FEATURE_COMPAT_RO_SUPP 0ULL
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html