Skip to content

Commit

Permalink
[XFS] Add the project quota type into the XFS quota header.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Scott <nathans@sgi.com>
  • Loading branch information
Nathan Scott committed Nov 3, 2005
1 parent 436d7d3 commit a2f8e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/dqblk_xfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a2f8e17

Please sign in to comment.