Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352916
b: refs/heads/master
c: d460863
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Ben Myers committed Jan 13, 2013
1 parent cd2207a commit 1db1840
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 83a9ba00573904953c58565226f1d3bab9f10983
refs/heads/master: d4608632ec8f4ae3ffecdd343ede34e60eabc64f
6 changes: 4 additions & 2 deletions trunk/fs/xfs/xfs_dir2_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,12 @@ xfs_dir2_block_addname(
/*
* If need to compact the leaf entries, do it now.
*/
if (compact)
if (compact) {
xfs_dir2_block_compact(tp, bp, hdr, btp, blp, &needlog,
&lfloghigh, &lfloglow);
else if (btp->stale) {
/* recalculate blp post-compaction */
blp = xfs_dir2_block_leaf_p(btp);
} else if (btp->stale) {
/*
* Set leaf logging boundaries to impossible state.
* For the no-stale case they're set explicitly.
Expand Down

0 comments on commit 1db1840

Please sign in to comment.