public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs: make a definition of a flag more consistent
@ 2010-03-02 15:04 Tero Roponen
  0 siblings, 0 replies; only message in thread
From: Tero Roponen @ 2010-03-02 15:04 UTC (permalink / raw)
  To: linux-btrfs; +Cc: chris.mason, josef

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-02 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 15:04 [PATCH] btrfs: make a definition of a flag more consistent Tero Roponen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox