diff options
Diffstat (limited to 'fs/gfs2/quota.h')
-rw-r--r-- | fs/gfs2/quota.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/quota.h b/fs/gfs2/quota.h index ad04b3acae2b..1940dd9cb1c7 100644 --- a/fs/gfs2/quota.h +++ b/fs/gfs2/quota.h | |||
@@ -18,6 +18,8 @@ struct gfs2_sbd; | |||
18 | #define NO_UID_QUOTA_CHANGE INVALID_UID | 18 | #define NO_UID_QUOTA_CHANGE INVALID_UID |
19 | #define NO_GID_QUOTA_CHANGE INVALID_GID | 19 | #define NO_GID_QUOTA_CHANGE INVALID_GID |
20 | 20 | ||
21 | extern int gfs2_qa_alloc(struct gfs2_inode *ip); | ||
22 | extern void gfs2_qa_delete(struct gfs2_inode *ip); | ||
21 | extern int gfs2_quota_hold(struct gfs2_inode *ip, kuid_t uid, kgid_t gid); | 23 | extern int gfs2_quota_hold(struct gfs2_inode *ip, kuid_t uid, kgid_t gid); |
22 | extern void gfs2_quota_unhold(struct gfs2_inode *ip); | 24 | extern void gfs2_quota_unhold(struct gfs2_inode *ip); |
23 | 25 | ||