Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38747
b: refs/heads/master
c: 4da3c64
h: refs/heads/master
i:
  38745: 7139b98
  38743: dac322f
v: v3
  • Loading branch information
Steven Whitehouse committed Jul 11, 2006
1 parent 6e22180 commit 755dc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b2a580d87b33816aa9b50268f70666368e12f7df
refs/heads/master: 4da3c6463ef6759fb50d12c8652bc29c5c1730a4
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ static int dir_split_leaf(struct inode *inode, const struct qstr *name)
struct gfs2_inode *dip = GFS2_I(inode);
struct buffer_head *nbh, *obh, *dibh;
struct gfs2_leaf *nleaf, *oleaf;
struct gfs2_dirent *dent, *prev = NULL, *next = NULL, *new;
struct gfs2_dirent *dent = NULL, *prev = NULL, *next = NULL, *new;
uint32_t start, len, half_len, divider;
uint64_t bn, *lp, leaf_no;
uint32_t index;
Expand Down Expand Up @@ -1356,7 +1356,7 @@ static int dir_e_read(struct inode *inode, uint64_t *offset, void *opaque,
uint64_t *lp;
int copied = 0;
int error = 0;
unsigned depth;
unsigned depth = 0;

hsize = 1 << dip->i_di.di_depth;
if (hsize * sizeof(uint64_t) != dip->i_di.di_size) {
Expand Down

0 comments on commit 755dc5c

Please sign in to comment.