diff options
author | Nathan Scott <nathans@sgi.com> | 2005-11-02 21:53:34 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-11-02 21:53:34 -0500 |
commit | de69e5f44ecbf1d9faca4f473f4210473d26cd41 (patch) | |
tree | 45d51d1c45afa3f08c8a46a7d591506d8ff50068 /include/linux/dqblk_xfs.h | |
parent | a2f8e178ad3e576d107f5d9d47c056dd57221857 (diff) |
[XFS] Add a mechanism for XFS to use the generic quota sync method.
This is now used to issue a delayed allocation flush before reporting
quota, which allows the used space quota report to match reality.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'include/linux/dqblk_xfs.h')
-rw-r--r-- | include/linux/dqblk_xfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dqblk_xfs.h b/include/linux/dqblk_xfs.h index 6ad85bbd0d17..2fda1b2aabd9 100644 --- a/include/linux/dqblk_xfs.h +++ b/include/linux/dqblk_xfs.h | |||
@@ -37,6 +37,7 @@ | |||
37 | #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */ | 37 | #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */ |
38 | #define Q_XGETQSTAT XQM_CMD(5) /* get quota subsystem status */ | 38 | #define Q_XGETQSTAT XQM_CMD(5) /* get quota subsystem status */ |
39 | #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */ | 39 | #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */ |
40 | #define Q_XQUOTASYNC XQM_CMD(7) /* delalloc flush, updates dquots */ | ||
40 | 41 | ||
41 | /* | 42 | /* |
42 | * fs_disk_quota structure: | 43 | * fs_disk_quota structure: |