Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87115
b: refs/heads/master
c: 4338ab6
h: refs/heads/master
i:
  87113: 795a9f3
  87111: e6c9e57
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Mar 10, 2008
1 parent 620c072 commit 39042f9
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: 90d99779a4cc134daaf8910d814b7a8a5d1e8970
refs/heads/master: 4338ab6a750303cbae4cc76cc7de5edba6598ebe
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ int ocfs2_group_add(struct inode *inode, struct ocfs2_new_group_input *input)
memset(cr, 0, sizeof(struct ocfs2_chain_rec));
}

cr->c_blkno = le64_to_cpu(input->group);
cr->c_blkno = cpu_to_le64(input->group);
le32_add_cpu(&cr->c_total, input->clusters * cl_bpc);
le32_add_cpu(&cr->c_free, input->frees * cl_bpc);

Expand Down

0 comments on commit 39042f9

Please sign in to comment.