Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307708
b: refs/heads/master
c: 01c84d2
h: refs/heads/master
v: v3
  • Loading branch information
Dave Chinner authored and Ben Myers committed May 14, 2012
1 parent fa317f9 commit 159a0c9
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: 507630b29f13a3d8689895618b12015308402e22
refs/heads/master: 01c84d2dc1311fb76ea217dadfd5b3a5f3cab563
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ xfs_vm_write_failed(
* Check if there are any blocks that are outside of i_size
* that need to be trimmed back.
*/
start_fsb = XFS_B_TO_FSB(ip->i_mount, inode->i_size) + 1;
start_fsb = XFS_B_TO_FSB(ip->i_mount, inode->i_size);
end_fsb = XFS_B_TO_FSB(ip->i_mount, to);
if (end_fsb <= start_fsb)
return;
Expand Down

0 comments on commit 159a0c9

Please sign in to comment.