linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aditya Kali <adityakali@google.com>
To: linux-ext4@vger.kernel.org
Cc: Aditya Kali <adityakali@google.com>
Subject: [PATCH 2/5] e2fsprogs: Make quota as a supported feature
Date: Wed, 20 Jul 2011 11:40:03 -0700	[thread overview]
Message-ID: <1311187206-30553-3-git-send-email-adityakali@google.com> (raw)
In-Reply-To: <1311187206-30553-1-git-send-email-adityakali@google.com>

Make EXT4_FEATURE_RO_COMPAT_QUOTA part of the supported features by
e2fsprogs.

Signed-off-by: Aditya Kali <adityakali@google.com>
---
 lib/ext2fs/ext2fs.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h
index dc83fb0..9d68cbe 100644
--- a/lib/ext2fs/ext2fs.h
+++ b/lib/ext2fs/ext2fs.h
@@ -564,7 +564,8 @@ typedef struct ext2_icount *ext2_icount_t;
 					 EXT4_FEATURE_RO_COMPAT_DIR_NLINK|\
 					 EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE|\
 					 EXT4_FEATURE_RO_COMPAT_GDT_CSUM|\
-					 EXT4_FEATURE_RO_COMPAT_BIGALLOC)
+					 EXT4_FEATURE_RO_COMPAT_BIGALLOC|\
+					 EXT4_FEATURE_RO_COMPAT_QUOTA)
 
 /*
  * These features are only allowed if EXT2_FLAG_SOFTSUPP_FEATURES is passed
-- 
1.7.3.1


  parent reply	other threads:[~2011-07-20 18:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-20 18:40 [PATCH 0/5] e2fsprogs: support quota as first class feature in ext4 Aditya Kali
2011-07-20 18:40 ` [PATCH 1/5] e2fsprogs: add quota library to e2fsprogs Aditya Kali
2011-09-09 22:53   ` Andreas Dilger
2011-09-10  3:31     ` Aditya Kali
2011-07-20 18:40 ` Aditya Kali [this message]
2011-07-20 18:40 ` [PATCH 3/5] mke2fs: support creation of filesystem with quota feature Aditya Kali
2011-07-20 18:40 ` [PATCH 4/5] tune2fs: Add support for turning on " Aditya Kali
2011-09-09 22:39   ` Andreas Dilger
2011-09-09 23:41     ` Aditya Kali
2011-07-20 18:40 ` [PATCH 5/5] e2fsck: check quota accounting during fsck Aditya Kali
2011-07-20 22:03   ` Aditya Kali

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=1311187206-30553-3-git-send-email-adityakali@google.com \
    --to=adityakali@google.com \
    --cc=linux-ext4@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;
as well as URLs for NNTP newsgroup(s).