Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97016
b: refs/heads/master
c: ad99f77
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Price authored and Steven Whitehouse committed May 12, 2008
1 parent 7b6dd73 commit 0cdd073
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: 091806edd458486af13ad83c9802f5b8b54d6d19
refs/heads/master: ad99f77778e83358c371dab7a50bde69270ed6b8
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ u64 gfs2_alloc_block(struct gfs2_inode *ip, unsigned int *n)

al->al_alloced += *n;

gfs2_statfs_change(sdp, 0, -*n, 0);
gfs2_statfs_change(sdp, 0, -(s64)*n, 0);
gfs2_quota_change(ip, *n, ip->i_inode.i_uid, ip->i_inode.i_gid);

spin_lock(&sdp->sd_rindex_spin);
Expand Down

0 comments on commit 0cdd073

Please sign in to comment.