Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165490
b: refs/heads/master
c: dd79998
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 19, 2009
1 parent 7881975 commit 18bba9f
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: 894572a363539dc2e8ddde83056bd22fadb30748
refs/heads/master: dd799983e947539bf3b5c0a502eba650d3dcc29a
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ int __init jffs2_create_slab_caches(void)

raw_dirent_slab = kmem_cache_create("jffs2_raw_dirent",
sizeof(struct jffs2_raw_dirent),
0, 0, NULL);
0, SLAB_HWCACHE_ALIGN, NULL);
if (!raw_dirent_slab)
goto err;

raw_inode_slab = kmem_cache_create("jffs2_raw_inode",
sizeof(struct jffs2_raw_inode),
0, 0, NULL);
0, SLAB_HWCACHE_ALIGN, NULL);
if (!raw_inode_slab)
goto err;

Expand Down

0 comments on commit 18bba9f

Please sign in to comment.