projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436d7d3
)
[XFS] Add the project quota type into the XFS quota header.
author
Nathan Scott
<nathans@sgi.com>
Thu, 3 Nov 2005 02:51:23 +0000
(13:51 +1100)
committer
Nathan 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/dqblk_xfs.h
b/include/linux/dqblk_xfs.h
index c90997d9cc1eb0d5fbc646bb6268b062a80c558d..6ad85bbd0d171116afb2c78f2e2608e42f322a21 100644
(file)
--- 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 */