summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
diff options
context:
space:
mode:
authorPaul Jackson2006-03-24 12:16:06 +0100
committerLinus Torvalds2006-03-24 16:33:23 +0100
commitfffb60f93ce5880aade88e01d7133b52a4879710 (patch)
tree7882f0550af8580c0646306f6d391fe610f7ef8c /fs/nfs/inode.c
parent[PATCH] cpuset memory spread: slab cache filesystems (diff)
downloadkernel-qcow2-linux-fffb60f93ce5880aade88e01d7133b52a4879710.tar.gz
kernel-qcow2-linux-fffb60f93ce5880aade88e01d7133b52a4879710.tar.xz
kernel-qcow2-linux-fffb60f93ce5880aade88e01d7133b52a4879710.zip
[PATCH] cpuset memory spread: slab cache format
Rewrap the overly long source code lines resulting from the previous patch's addition of the slab cache flag SLAB_MEM_SPREAD. This patch contains only formatting changes, and no function change. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r--fs/nfs/inode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c
index 834c1e905ce1..3413996f9a86 100644
--- a/fs/nfs/inode.c
+++ b/fs/nfs/inode.c
@@ -2163,7 +2163,8 @@ static int nfs_init_inodecache(void)
{
nfs_inode_cachep = kmem_cache_create("nfs_inode_cache",
sizeof(struct nfs_inode),
- 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD,
+ 0, (SLAB_RECLAIM_ACCOUNT|
+ SLAB_MEM_SPREAD),
init_once, NULL);
if (nfs_inode_cachep == NULL)
return -ENOMEM;