diff options
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 *, |