aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-03 13:51:23 +1100
committerNathan Scott <nathans@sgi.com>2005-11-03 13:51:23 +1100
commita2f8e178ad3e576d107f5d9d47c056dd57221857 (patch)
tree8599106b12879642b7294299d4255f94afeadf2a /include
parent[XFS] Update XFS quota header license to match the SGI boilerplate. (diff)
downloadlinux-dev-a2f8e178ad3e576d107f5d9d47c056dd57221857.tar.xz
linux-dev-a2f8e178ad3e576d107f5d9d47c056dd57221857.zip
[XFS] Add the project quota type into the XFS quota header.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'include')
-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 @@
#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 */