Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
a2f8e178
Commit
a2f8e178
authored
19 years ago
by
Nathan Scott
Browse files
Options
Downloads
Patches
Plain Diff
[XFS] Add the project quota type into the XFS quota header.
Signed-off-by:
Nathan Scott
<
nathans@sgi.com
>
parent
436d7d30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/dqblk_xfs.h
+2
-1
2 additions, 1 deletion
include/linux/dqblk_xfs.h
with
2 additions
and
1 deletion
include/linux/dqblk_xfs.h
+
2
−
1
View file @
a2f8e178
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
#define XQM_USRQUOTA 0
/* system call user quota type */
#define XQM_USRQUOTA 0
/* system call user quota type */
#define XQM_GRPQUOTA 1
/* system call group 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_XQUOTAON XQM_CMD(1)
/* enable accounting/enforcement */
#define Q_XQUOTAOFF XQM_CMD(2)
/* disable accounting/enforcement */
#define Q_XQUOTAOFF XQM_CMD(2)
/* disable accounting/enforcement */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment