Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250073
b: refs/heads/master
c: bf59170
h: refs/heads/master
i:
  250071: dcabf8b
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed May 19, 2011
1 parent 85f6441 commit 75cf1e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 44396476a0f24e5174768d3732f1958857c26d22
refs/heads/master: bf59170a66bc3eaf3ee513aa6ce9774aa2ab5188
1 change: 0 additions & 1 deletion trunk/fs/xfs/xfs_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ xfs_alloc_fix_minleft(
return 1;
agf = XFS_BUF_TO_AGF(args->agbp);
diff = be32_to_cpu(agf->agf_freeblks)
+ be32_to_cpu(agf->agf_flcount)
- args->len - args->minleft;
if (diff >= 0)
return 1;
Expand Down

0 comments on commit 75cf1e6

Please sign in to comment.