Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280335
b: refs/heads/master
c: b9f417f
h: refs/heads/master
i:
  280333: eed940b
  280331: 32ddcbb
  280327: 26de5a9
  280319: 3f3315a
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Nov 18, 2011
1 parent 8196b57 commit 2ccedd3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 3c5d785acfda7dffa63477951bb6864c6a49ed2e
refs/heads/master: b9f417f311a7141d0ba67e5c8e535010d2712f2d
1 change: 0 additions & 1 deletion trunk/fs/gfs2/incore.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ struct gfs2_alloc {
unsigned int al_qd_num;

u32 al_requested; /* Filled in by caller of gfs2_inplace_reserve() */
u32 al_alloced; /* Filled in by gfs2_alloc_*() */

/* Filled in by gfs2_inplace_reserve() */
struct gfs2_holder al_rgd_gh;
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1372,8 +1372,6 @@ int gfs2_alloc_block(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
gfs2_trans_add_bh(rgd->rd_gl, rgd->rd_bits[0].bi_bh, 1);
gfs2_rgrp_out(rgd, rgd->rd_bits[0].bi_bh->b_data);

al->al_alloced += *n;

gfs2_statfs_change(sdp, 0, -(s64)*n, dinode ? 1 : 0);
if (dinode)
gfs2_trans_add_unrevoke(sdp, block, 1);
Expand Down

0 comments on commit 2ccedd3

Please sign in to comment.