Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41023
b: refs/heads/master
c: d213371
h: refs/heads/master
i:
  41021: 8873d8d
  41019: 46f0b85
  41015: d25adef
  41007: ae17312
  40991: 2697a4e
  40959: 33a155d
v: v3
  • Loading branch information
Lachlan McIlroy authored and Tim Shimmin committed Nov 21, 2006
1 parent 43dd923 commit 903f660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f5a6ca31c334011fd929501a078424c0d3f71be
refs/heads/master: d2133717d5f994cca970b5aeb9d4664feeb92ff4
2 changes: 2 additions & 0 deletions trunk/fs/xfs/xfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,8 @@ xfs_bmap_add_extent_delay_real(
xfs_bmap_trace_pre_update(fname, "0", ip, idx, XFS_DATA_FORK);
xfs_bmbt_set_blockcount(ep, temp);
r[0] = *new;
r[1].br_state = PREV.br_state;
r[1].br_startblock = 0;
r[1].br_startoff = new_endoff;
temp2 = PREV.br_startoff + PREV.br_blockcount - new_endoff;
r[1].br_blockcount = temp2;
Expand Down

0 comments on commit 903f660

Please sign in to comment.