Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163681
b: refs/heads/master
c: 1f7bebb
h: refs/heads/master
i:
  163679: 697e03b
v: v3
  • Loading branch information
Andreas Schlick authored and Theodore Ts'o committed Sep 11, 2009
1 parent 2fb9085 commit 00cdfe2
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: 0e3d2a6313d03413d93327202a60256d1d726fdc
refs/heads/master: 1f7bebb9e911d870fa8f997ddff838e82b5715ea
2 changes: 1 addition & 1 deletion trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1597,9 +1597,9 @@ static int ext4_dx_add_entry(handle_t *handle, struct dentry *dentry,
goto cleanup;
node2 = (struct dx_node *)(bh2->b_data);
entries2 = node2->entries;
memset(&node2->fake, 0, sizeof(struct fake_dirent));
node2->fake.rec_len = ext4_rec_len_to_disk(sb->s_blocksize,
sb->s_blocksize);
node2->fake.inode = 0;
BUFFER_TRACE(frame->bh, "get_write_access");
err = ext4_journal_get_write_access(handle, frame->bh);
if (err)
Expand Down

0 comments on commit 00cdfe2

Please sign in to comment.