diff options
author | Nathan Scott <nathans@sgi.com> | 2005-06-21 01:38:48 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-06-21 01:38:48 -0400 |
commit | c8ad20ffeb592d66ea869c57f8c525a9d727c67b (patch) | |
tree | 3306edfe984170bc881a1d7fbeab29b4b59f0305 /fs/xfs/quota/xfs_qm.h | |
parent | 8401e9631c26dca9ebbc6997ac445fd49b06c79e (diff) |
[XFS] Add support for project quota, based on Dan Knappes earlier work.
SGI-PV: 932952
SGI-Modid: xfs-linux:xfs-kern:22805a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/quota/xfs_qm.h')
-rw-r--r-- | fs/xfs/quota/xfs_qm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/quota/xfs_qm.h b/fs/xfs/quota/xfs_qm.h index ae626eca5aca..781968779540 100644 --- a/fs/xfs/quota/xfs_qm.h +++ b/fs/xfs/quota/xfs_qm.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. | 2 | * Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved. |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
5 | * under the terms of version 2 of the GNU General Public License as | 5 | * under the terms of version 2 of the GNU General Public License as |
@@ -202,7 +202,7 @@ extern void xfs_qm_dqrele_all_inodes(xfs_mount_t *, uint); | |||
202 | 202 | ||
203 | /* vop stuff */ | 203 | /* vop stuff */ |
204 | extern int xfs_qm_vop_dqalloc(xfs_mount_t *, xfs_inode_t *, | 204 | extern int xfs_qm_vop_dqalloc(xfs_mount_t *, xfs_inode_t *, |
205 | uid_t, gid_t, uint, | 205 | uid_t, gid_t, prid_t, uint, |
206 | xfs_dquot_t **, xfs_dquot_t **); | 206 | xfs_dquot_t **, xfs_dquot_t **); |
207 | extern void xfs_qm_vop_dqattach_and_dqmod_newinode( | 207 | extern void xfs_qm_vop_dqattach_and_dqmod_newinode( |
208 | xfs_trans_t *, xfs_inode_t *, | 208 | xfs_trans_t *, xfs_inode_t *, |