Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 964
b: refs/heads/master
c: e422fd2
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed May 5, 2005
1 parent 4833e37 commit 4695533
Show file tree
Hide file tree
Showing 3 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: f48d9663f19afb88ac0e45b825da523180f1f9c0
refs/heads/master: e422fd2c965ad1b0e4eadaabd0adb77e8a93e74e
2 changes: 1 addition & 1 deletion trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@ void __init buffer_init(void)

bh_cachep = kmem_cache_create("buffer_head",
sizeof(struct buffer_head), 0,
SLAB_PANIC, init_buffer_head, NULL);
SLAB_RECLAIM_ACCOUNT|SLAB_PANIC, init_buffer_head, NULL);

/*
* Limit the bh occupancy to 10% of ZONE_NORMAL
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ void __init inode_init(unsigned long mempages)

/* inode slab cache */
inode_cachep = kmem_cache_create("inode_cache", sizeof(struct inode),
0, SLAB_PANIC, init_once, NULL);
0, SLAB_RECLAIM_ACCOUNT|SLAB_PANIC, init_once, NULL);
set_shrinker(DEFAULT_SEEKS, shrink_icache_memory);

/* Hash may have been set up in inode_init_early */
Expand Down

0 comments on commit 4695533

Please sign in to comment.