aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/quota.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/quota.h')
-rw-r--r--fs/ocfs2/quota.h4
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
108int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); 108int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
109void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex); 109void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
110struct buffer_head *ocfs2_read_quota_block(struct inode *inode, 110int ocfs2_read_quota_block(struct inode *inode, u64 v_block,
111 int block, int *err); 111 struct buffer_head **bh);
112 112
113extern struct dquot_operations ocfs2_quota_operations; 113extern struct dquot_operations ocfs2_quota_operations;
114extern struct quota_format_type ocfs2_quota_format; 114extern struct quota_format_type ocfs2_quota_format;