Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33683
b: refs/heads/master
c: 7288026
h: refs/heads/master
i:
  33681: 45d33f7
  33679: 19e4849
v: v3
  • Loading branch information
Adrian Bunk authored and Nathan Scott committed Aug 30, 2006
1 parent 151f4c3 commit d480945
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: 1ad8f401b6e16e3ba8a70dcda466e7a0986f7e5e
refs/heads/master: 7288026b8671061aff7663b1766037b3f2573627
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4993,7 +4993,7 @@ xfs_bmapi(
bma.firstblock = *firstblock;
bma.alen = alen;
bma.off = aoff;
bma.conv = (flags & XFS_BMAPI_CONVERT);
bma.conv = !!(flags & XFS_BMAPI_CONVERT);
bma.wasdel = wasdelay;
bma.minlen = minlen;
bma.low = flist->xbf_low;
Expand Down

0 comments on commit d480945

Please sign in to comment.