Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127920
b: refs/heads/master
c: 59e315b
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Ts'o committed Dec 6, 2008
1 parent 6fd83e2 commit a384d5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: f99b25897a86fcfff9140396a97261ae65fed872
refs/heads/master: 59e315b4c410b00a9acd0f24a00dbadbe81ce692
4 changes: 2 additions & 2 deletions trunk/fs/ext3/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,9 +1161,9 @@ static struct ext3_dir_entry_2 *do_split(handle_t *handle, struct inode *dir,
u32 hash2;
struct dx_map_entry *map;
char *data1 = (*bh)->b_data, *data2;
unsigned split, move, size, i;
unsigned split, move, size;
struct ext3_dir_entry_2 *de = NULL, *de2;
int err = 0;
int err = 0, i;

bh2 = ext3_append (handle, dir, &newblock, &err);
if (!(bh2)) {
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,9 @@ static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir,
u32 hash2;
struct dx_map_entry *map;
char *data1 = (*bh)->b_data, *data2;
unsigned split, move, size, i;
unsigned split, move, size;
struct ext4_dir_entry_2 *de = NULL, *de2;
int err = 0;
int err = 0, i;

bh2 = ext4_append (handle, dir, &newblock, &err);
if (!(bh2)) {
Expand Down

0 comments on commit a384d5d

Please sign in to comment.