[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1338389946-13711-4-git-send-email-jeff.liu@oracle.com>
Date: Wed, 30 May 2012 22:58:57 +0800
From: jeff.liu@...cle.com
To: containers@...ts.linux-foundation.org
Cc: cgroups@...r.kernel.org, jack@...e.cz, glommer@...allels.com,
daniel.lezcano@...e.fr, tytso@....edu, bpm@....com,
chris.mason@...cle.com, hch@...radead.org,
christopher.jones@...cle.com, david@...morbit.com,
tinguely@....com, tm@....ma, linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org, Jie Liu <jeff.liu@...cle.com>
Subject: [PATCH 03/12] container quota: introduce container quota format identifier.
Introduce a new quota format QFMT_NS, return it for Q_GETINFO.
Further more, linux quota tools need such info to decide which
kind of quota control operations will be initialized and performed.
Signed-off-by: Jie Liu <jeff.liu@...cle.com>
---
include/linux/quota.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/quota.h b/include/linux/quota.h
index c09fa04..84e9be7 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -75,6 +75,7 @@
#define QFMT_VFS_V0 2
#define QFMT_OCFS2 3
#define QFMT_VFS_V1 4
+#define QFMT_NS 5
/* Size of block in which space limits are passed through the quota
* interface */
--
1.7.9
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists