]> Pileus Git - ~andy/linux/commitdiff
[XFS] Add the project quota type into the XFS quota header.
authorNathan Scott <nathans@sgi.com>
Thu, 3 Nov 2005 02:51:23 +0000 (13:51 +1100)
committerNathan Scott <nathans@sgi.com>
Thu, 3 Nov 2005 02:51:23 +0000 (13:51 +1100)
Signed-off-by: Nathan Scott <nathans@sgi.com>
include/linux/dqblk_xfs.h

index c90997d9cc1eb0d5fbc646bb6268b062a80c558d..6ad85bbd0d171116afb2c78f2e2608e42f322a21 100644 (file)
@@ -28,7 +28,8 @@
 
 #define XQM_USRQUOTA   0       /* system call user quota type */
 #define XQM_GRPQUOTA   1       /* system call group quota type */
-#define XQM_MAXQUOTAS  2
+#define XQM_PRJQUOTA   2       /* system call project quota type */
+#define XQM_MAXQUOTAS  3
 
 #define Q_XQUOTAON     XQM_CMD(1)      /* enable accounting/enforcement */
 #define Q_XQUOTAOFF    XQM_CMD(2)      /* disable accounting/enforcement */