summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorAndrea Arcangeli2005-05-06 01:15:04 +0200
committerLinus Torvalds2005-05-06 01:36:30 +0200
commite422fd2c965ad1b0e4eadaabd0adb77e8a93e74e (patch)
treea29a10773141fb0da142abb45ac618f2913f981d /fs/buffer.c
parent[PATCH] x86 stack initialisation fix (diff)
downloadkernel-qcow2-linux-e422fd2c965ad1b0e4eadaabd0adb77e8a93e74e.tar.gz
kernel-qcow2-linux-e422fd2c965ad1b0e4eadaabd0adb77e8a93e74e.tar.xz
kernel-qcow2-linux-e422fd2c965ad1b0e4eadaabd0adb77e8a93e74e.zip
[PATCH] avoid -ENOMEM due reclaimable slab caches
This makes sure that reclaimable buffer headers and reclaimable inodes are accounted properly during the overcommit checks. Signed-off-by: Andrea Arcangeli <andrea@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index 5f525b3c6d9f..6ed59497fd4d 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -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