Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17814
b: refs/heads/master
c: 7823c7c
h: refs/heads/master
v: v3
  • Loading branch information
Luiz Fernando Capitulino authored and Adrian Bunk committed Jan 11, 2006
1 parent 2b8d9fd commit 9b1bde1
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: 02706647a49011ae1e7b4eca33e835d1681b094e
refs/heads/master: 7823c7c121839f5a003acdf9c2f1839bfa2f6c43
2 changes: 1 addition & 1 deletion trunk/fs/ext2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ int ext2_make_empty(struct inode *inode, struct inode *parent)
goto fail;
}
kaddr = kmap_atomic(page, KM_USER0);
memset(kaddr, 0, chunk_size);
memset(kaddr, 0, chunk_size);
de = (struct ext2_dir_entry_2 *)kaddr;
de->name_len = 1;
de->rec_len = cpu_to_le16(EXT2_DIR_REC_LEN(1));
Expand Down

0 comments on commit 9b1bde1

Please sign in to comment.