Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270005
b: refs/heads/master
c: ccad4e1
h: refs/heads/master
i:
  270003: b78e0ab
v: v3
  • Loading branch information
Steven Whitehouse committed Oct 21, 2011
1 parent faddb43 commit c005287
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: b5b24d7aeb9608935786369ac2d3e9f362877d55
refs/heads/master: ccad4e147acf2a59b463f5df3cee8b43b144ce82
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ int gfs2_alloc_block(struct gfs2_inode *ip, u64 *bn, unsigned int *n)

rgd->rd_last_alloc = blk;
block = rgd->rd_data0 + blk;
ip->i_goal = block;
ip->i_goal = block + *n - 1;
error = gfs2_meta_inode_buffer(ip, &dibh);
if (error == 0) {
struct gfs2_dinode *di = (struct gfs2_dinode *)dibh->b_data;
Expand Down

0 comments on commit c005287

Please sign in to comment.