From: Tero Roponen <tero.roponen@gmail.com>
To: linux-btrfs@vger.kernel.org
Cc: chris.mason@oracle.com, josef@redhat.com
Subject: [PATCH] btrfs: make a definition of a flag more consistent
Date: Tue, 2 Mar 2010 17:04:45 +0200 (EET) [thread overview]
Message-ID: <alpine.LFD.2.00.1003021703040.9396@terrop> (raw)
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
reply other threads:[~2010-03-02 15:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.00.1003021703040.9396@terrop \
--to=tero.roponen@gmail.com \
--cc=chris.mason@oracle.com \
--cc=josef@redhat.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox