]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Move fs_cachep to linux/fs_struct.h
authorChristoph Lameter <clameter@sgi.com>
Thu, 7 Dec 2006 04:32:54 +0000 (20:32 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:23 +0000 (08:39 -0800)
commitaa362a83e78d2e9320da588805cf2a0b53356bc3
tree74851124298557f468fe6549b6eed06b410f7ddf
parent8b7d91eb7f6a3e8f0caaa613937bda5ab7dc7dc2
[PATCH] Move fs_cachep to linux/fs_struct.h

fs_cachep is only used in kernel/exit.c and in kernel/fork.c.

It is used to store fs_struct items so it should be placed in linux/fs_struct.h

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/fs_struct.h
include/linux/slab.h