Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211624
b: refs/heads/master
c: fe08d5a
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 20, 2010
1 parent c1d5664 commit bac4f93
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: 3921120e757f9167f3fcd3a1781239824471b14d
refs/heads/master: fe08d5a89726675a920b0e9bbbe849c46b27a6e5
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ static void calc_max_reserv(struct gfs2_inode *ip, loff_t max, loff_t *len,
max_data -= tmp;
}
/* This calculation isn't the exact reverse of gfs2_write_calc_reserve,
so it might end up with fewer data blocks */
so it might end up with fewer data blocks */
if (max_data <= *data_blocks)
return;
*data_blocks = max_data;
Expand Down

0 comments on commit bac4f93

Please sign in to comment.