Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101165
b: refs/heads/master
c: 4abaca1
h: refs/heads/master
i:
  101163: 6392523
v: v3
  • Loading branch information
David Howells authored and Steven Whitehouse committed Jul 11, 2008
1 parent ca33eac commit a6f3640
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: a93a6ce24215c69126c88f9c488afa50a168e0ca
refs/heads/master: 4abaca17e758e3326c96ced88b2cd9b7b84922f6
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ static int need_sync(struct gfs2_quota_data *qd)
do_sync = 0;
else {
value *= gfs2_jindex_size(sdp) * num;
do_div(value, den);
value = div_s64(value, den);
value += (s64)be64_to_cpu(qd->qd_qb.qb_value);
if (value < (s64)be64_to_cpu(qd->qd_qb.qb_limit))
do_sync = 0;
Expand Down

0 comments on commit a6f3640

Please sign in to comment.