Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196258
b: refs/heads/master
c: fb8dd8d
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed May 21, 2010
1 parent 40f454a commit 7b65a7d
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 187 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae4f6ef13417deaa49471c0e903914a3ef3be258
refs/heads/master: fb8dd8d780140a3f0e9074831a59054fec6cc451
5 changes: 3 additions & 2 deletions trunk/fs/ocfs2/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ static inline int ocfs2_global_release_dquot(struct dquot *dquot)

int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
int ocfs2_read_quota_block(struct inode *inode, u64 v_block,
struct buffer_head **bh);
int ocfs2_validate_quota_block(struct super_block *sb, struct buffer_head *bh);
int ocfs2_read_quota_phys_block(struct inode *inode, u64 p_block,
struct buffer_head **bh);
int ocfs2_create_local_dquot(struct dquot *dquot);
int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot);

extern const struct dquot_operations ocfs2_quota_operations;
extern struct quota_format_type ocfs2_quota_format;
Expand Down
Loading

0 comments on commit 7b65a7d

Please sign in to comment.