Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377653
b: refs/heads/master
c: a01aedf
h: refs/heads/master
i:
  377651: f2ed540
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Jun 27, 2013
1 parent 043c58d commit 3e1b1ab
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6a98c333edd0ada67e96a5dbd0445808147833f7
refs/heads/master: a01aedfe21637c965a7046271fedfdd681eba646
4 changes: 3 additions & 1 deletion trunk/fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,9 @@ static int do_grow(struct inode *inode, u64 size)
unstuff = 1;
}

error = gfs2_trans_begin(sdp, RES_DINODE + RES_STATFS + RES_RG_BIT, 0);
error = gfs2_trans_begin(sdp, RES_DINODE + RES_STATFS + RES_RG_BIT +
(sdp->sd_args.ar_quota == GFS2_QUOTA_OFF ?
0 : RES_QUOTA), 0);
if (error)
goto do_grow_release;

Expand Down

0 comments on commit 3e1b1ab

Please sign in to comment.