Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38652
b: refs/heads/master
c: 4d8012b
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Apr 12, 2006
1 parent 5bf1271 commit 9ea202d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: f4154ea039bbf45c52840b30c68143a2dc28d4b4
refs/heads/master: 4d8012b60e0f0e0217e65f67da7d97276d1824e9
5 changes: 2 additions & 3 deletions trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ static int dir_new_leaf(struct inode *inode, const struct qstr *name)
brelse(obh);
return -ENOSPC;
}
oleaf->lf_next = cpu_to_be64(bn);
oleaf->lf_next = cpu_to_be64(bh->b_blocknr);
brelse(bh);
brelse(obh);

Expand Down Expand Up @@ -1950,8 +1950,7 @@ int gfs2_dir_exhash_dealloc(struct gfs2_inode *dip)
* Returns: 1 if alloc required, 0 if not, -ve on error
*/

int gfs2_diradd_alloc_required(struct inode *inode,
const struct qstr *name)
int gfs2_diradd_alloc_required(struct inode *inode, const struct qstr *name)
{
struct gfs2_dirent *dent;
struct buffer_head *bh;
Expand Down

0 comments on commit 9ea202d

Please sign in to comment.