diff options
Diffstat (limited to 'fs/ocfs2/quota.h')
-rw-r--r-- | fs/ocfs2/quota.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/quota.h b/fs/ocfs2/quota.h index 04872b45b990..7365e2e08706 100644 --- a/fs/ocfs2/quota.h +++ b/fs/ocfs2/quota.h | |||
@@ -107,8 +107,8 @@ static inline int ocfs2_global_release_dquot(struct dquot *dquot) | |||
107 | 107 | ||
108 | int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); | 108 | int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); |
109 | void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); | 109 | void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); |
110 | struct buffer_head *ocfs2_read_quota_block(struct inode *inode, | 110 | int ocfs2_read_quota_block(struct inode *inode, u64 v_block, |
111 | int block, int *err); | 111 | struct buffer_head **bh); |
112 | 112 | ||
113 | extern struct dquot_operations ocfs2_quota_operations; | 113 | extern struct dquot_operations ocfs2_quota_operations; |
114 | extern struct quota_format_type ocfs2_quota_format; | 114 | extern struct quota_format_type ocfs2_quota_format; |