Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156707
b: refs/heads/master
c: 82e1264
h: refs/heads/master
i:
  156705: a75e072
  156703: 4a921ec
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Jul 23, 2009
1 parent c515e88 commit c0ec30b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f7b1aa69be138ad9d7d3f31fa56f4c9407f56b6a
refs/heads/master: 82e12644cf5227dab15201fbcaf0ca6330ebd70f
3 changes: 2 additions & 1 deletion trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,8 @@ static void ocfs2_adjust_adjacent_records(struct ocfs2_extent_rec *left_rec,
* immediately to their right.
*/
left_clusters = le32_to_cpu(right_child_el->l_recs[0].e_cpos);
if (ocfs2_is_empty_extent(&right_child_el->l_recs[0])) {
if (!ocfs2_rec_clusters(right_child_el, &right_child_el->l_recs[0])) {
BUG_ON(right_child_el->l_tree_depth);
BUG_ON(le16_to_cpu(right_child_el->l_next_free_rec) <= 1);
left_clusters = le32_to_cpu(right_child_el->l_recs[1].e_cpos);
}
Expand Down

0 comments on commit c0ec30b

Please sign in to comment.