Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162751
b: refs/heads/master
c: 5c04c78
h: refs/heads/master
i:
  162749: f33fde6
  162747: ad22635
  162743: a05991f
  162735: 647766d
  162719: 6517453
  162687: 1958357
v: v3
  • Loading branch information
Eric Sandeen authored and Felix Blyakher committed Jul 27, 2009
1 parent 39ba8ca commit 52102e1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b56063453881a6d94cf5718c6769de6e35e67753
refs/heads/master: 5c04c78afba4805846519f29f0b55ac8759e0d48
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@ xfs_vn_fiemap(
else
bm.bmv_length = BTOBB(length);

/* our formatter will tell xfs_getbmap when to stop. */
bm.bmv_count = MAXEXTNUM;
/* We add one because in getbmap world count includes the header */
bm.bmv_count = fieinfo->fi_extents_max + 1;
bm.bmv_iflags = BMV_IF_PREALLOC;
if (fieinfo->fi_flags & FIEMAP_FLAG_XATTR)
bm.bmv_iflags |= BMV_IF_ATTRFORK;
Expand Down

0 comments on commit 52102e1

Please sign in to comment.