]> git.baikalelectronics.ru Git - kernel.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)
commit68a1517fc0ce4e9eb9142e69d2a470b723f7d20e
tree74851124298557f468fe6549b6eed06b410f7ddf
parentca9c203938638c422bf8536d49bf13d7e6a75c42
[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