linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] container quota tool: add LXC quota format identifier
@ 2012-05-30 15:07 jeff.liu-QHcLZuEGTsvQT0dZR+AlfA
       [not found] ` <1338390478-13951-1-git-send-email-jeff.liu-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: jeff.liu-QHcLZuEGTsvQT0dZR+AlfA @ 2012-05-30 15:07 UTC (permalink / raw)
  To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
  Cc: tytso-3s7WtUTddSA, jack-AlSwsSmVLrQ, david-FqsqvQoI3Ljby3iVrkZq2A,
	hch-wEGCiKHe2LqWVfeAwA7xHQ, bpm-sJ/iWh9BUns,
	christopher.jones-QHcLZuEGTsvQT0dZR+AlfA,
	linux-fsdevel-u79uwXL29TY76Z2rM5mHXA,
	cgroups-u79uwXL29TY76Z2rM5mHXA, tm-d1IQDZat3X0,
	linux-ext4-u79uwXL29TY76Z2rM5mHXA,
	chris.mason-QHcLZuEGTsvQT0dZR+AlfA, tinguely-sJ/iWh9BUns

Add a new quota format QFMT_NS for container, return from Q_GETINFO.

Signed-off-by: Jie Liu <jeff.liu-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
---
 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
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-30 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 15:07 [PATCH 1/3] container quota tool: add LXC quota format identifier jeff.liu-QHcLZuEGTsvQT0dZR+AlfA
     [not found] ` <1338390478-13951-1-git-send-email-jeff.liu-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2012-05-30 15:07   ` [PATCH 2/3] container quota tool: add quotaio for lxc jeff.liu-QHcLZuEGTsvQT0dZR+AlfA
2012-05-30 15:07   ` [PATCH 3/3] container quota tool: teach quota tools to detect and perfrom quota if desired jeff.liu-QHcLZuEGTsvQT0dZR+AlfA

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).