Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180526
b: refs/heads/master
c: 07ccb7b
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Feb 12, 2010
1 parent 482c84c commit aed78dd
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: 0e5a9fb0426108d750c97c25b1ab04d3768b5aff
refs/heads/master: 07ccb7bf2c928fef4fea2cda69ba2e23479578db
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ static int gfs2_bmap_alloc(struct inode *inode, const sector_t lblock,
*ptr++ = cpu_to_be64(bn++);
break;
}
} while (state != ALLOC_DATA);
} while ((state != ALLOC_DATA) || !dblock);

ip->i_height = height;
gfs2_add_inode_blocks(&ip->i_inode, alloced);
Expand Down

0 comments on commit aed78dd

Please sign in to comment.