aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dqblk_xfs.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-02 21:51:23 -0500
committerNathan Scott <nathans@sgi.com>2005-11-02 21:51:23 -0500
commita2f8e178ad3e576d107f5d9d47c056dd57221857 (patch)
tree8599106b12879642b7294299d4255f94afeadf2a /include/linux/dqblk_xfs.h
parent436d7d3060fdeca91d0dd67a9ae21d4915f1410f (diff)
[XFS] Add the project quota type into the XFS quota header.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'include/linux/dqblk_xfs.h')
-rw-r--r--include/linux/dqblk_xfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dqblk_xfs.h b/include/linux/dqblk_xfs.h
index c90997d9cc1e..6ad85bbd0d17 100644
--- a/include/linux/dqblk_xfs.h
+++ b/include/linux/dqblk_xfs.h
@@ -28,7 +28,8 @@
28 28
29#define XQM_USRQUOTA 0 /* system call user quota type */ 29#define XQM_USRQUOTA 0 /* system call user quota type */
30#define XQM_GRPQUOTA 1 /* system call group quota type */ 30#define XQM_GRPQUOTA 1 /* system call group quota type */
31#define XQM_MAXQUOTAS 2 31#define XQM_PRJQUOTA 2 /* system call project quota type */
32#define XQM_MAXQUOTAS 3
32 33
33#define Q_XQUOTAON XQM_CMD(1) /* enable accounting/enforcement */ 34#define Q_XQUOTAON XQM_CMD(1) /* enable accounting/enforcement */
34#define Q_XQUOTAOFF XQM_CMD(2) /* disable accounting/enforcement */ 35#define Q_XQUOTAOFF XQM_CMD(2) /* disable accounting/enforcement */