Add a new quota format QFMT_NS for container, return from Q_GETINFO. Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html