From patchwork Wed May 30 15:07:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] container quota tool: add LXC quota format identifier From: "jeff.liu" X-Patchwork-Id: 162005 Message-Id: <1338390478-13951-1-git-send-email-jeff.liu@oracle.com> To: containers@lists.linux-foundation.org Cc: cgroups@vger.kernel.org, jack@suse.cz, glommer@parallels.com, daniel.lezcano@free.fr, tytso@mit.edu, bpm@sgi.com, chris.mason@oracle.com, hch@infradead.org, christopher.jones@oracle.com, david@fromorbit.com, tinguely@sgi.com, tm@tao.ma, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, Jie Liu Date: Wed, 30 May 2012 23:07:56 +0800 Add a new quota format QFMT_NS for container, return from Q_GETINFO. Signed-off-by: Jie Liu --- quota.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/quota.h b/quota.h index ac034d0..9c37bed 100644 --- a/quota.h +++ b/quota.h @@ -145,6 +145,7 @@ enum { #define QFMT_VFS_V0 2 #define QFMT_OCFS2 3 #define QFMT_VFS_V1 4 +#define QFMT_NS 5 /* Flags supported by kernel */ #define V1_DQF_RSQUASH 1