Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201027
b: refs/heads/master
c: 0a463b7
h: refs/heads/master
i:
  201025: cc60375
  201023: 633499c
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Jul 12, 2010
1 parent c95c8e9 commit cc4f2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f471c9df922a80ca9af1d9a490b4aab3f990ec19
refs/heads/master: 0a463b74e7e6856b24e613de2b85237c6e11890b
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/suballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ static int ocfs2_block_group_alloc(struct ocfs2_super *osb,
le16_to_cpu(bg->bg_free_bits_count));
le32_add_cpu(&cl->cl_recs[alloc_rec].c_total,
le16_to_cpu(bg->bg_bits));
cl->cl_recs[alloc_rec].c_blkno = cpu_to_le64(bg->bg_blkno);
cl->cl_recs[alloc_rec].c_blkno = bg->bg_blkno;
if (le16_to_cpu(cl->cl_next_free_rec) < le16_to_cpu(cl->cl_count))
le16_add_cpu(&cl->cl_next_free_rec, 1);

Expand Down

0 comments on commit cc4f2b0

Please sign in to comment.