Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371036
b: refs/heads/master
c: e114b5f
h: refs/heads/master
v: v3
  • Loading branch information
Brian Foster authored and Ben Myers committed Mar 7, 2013
1 parent 4792b25 commit 347bfef
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: e78c420bfc2608bb5f9a0b9165b1071c1e31166a
refs/heads/master: e114b5fce6befb8fa345d7cf1a4de8ce5a211910
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_iomap.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ xfs_iomap_eof_prealloc_initial_size(
if (imap[0].br_startblock == HOLESTARTBLOCK)
return 0;
if (imap[0].br_blockcount <= (MAXEXTLEN >> 1))
return imap[0].br_blockcount;
return imap[0].br_blockcount << 1;
return XFS_B_TO_FSB(mp, offset);
}

Expand Down

0 comments on commit 347bfef

Please sign in to comment.