Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125856
b: refs/heads/master
c: df32b33
h: refs/heads/master
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Jan 5, 2009
1 parent 088ce07 commit e78cecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e35ff98f7c37b7bc901b4b90a66a0287565e456c
refs/heads/master: df32b3343aa11e0c7f54783594b24321d17d376f
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/quota_local.c
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ static struct ocfs2_quota_chunk *ocfs2_local_quota_add_chunk(
goto out_trans;
}
lock_buffer(bh);
dchunk->dqc_free = ol_quota_entries_per_block(sb);
dchunk->dqc_free = cpu_to_le32(ol_quota_entries_per_block(sb));
memset(dchunk->dqc_bitmap, 0,
sb->s_blocksize - sizeof(struct ocfs2_local_disk_chunk) -
OCFS2_QBLK_RESERVED_SPACE);
Expand Down Expand Up @@ -1110,7 +1110,7 @@ static struct ocfs2_quota_chunk *ocfs2_extend_local_quota_file(
return ERR_PTR(status);
}

void olq_alloc_dquot(struct buffer_head *bh, void *private)
static void olq_alloc_dquot(struct buffer_head *bh, void *private)
{
int *offset = private;
struct ocfs2_local_disk_chunk *dchunk;
Expand Down

0 comments on commit e78cecc

Please sign in to comment.