From: Christoph Lameter Date: Thu, 7 Dec 2006 04:32:52 +0000 (-0800) Subject: [PATCH] Move filep_cachep to include/file.h X-Git-Tag: v2.6.20-rc1~145^2^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7d91eb7f6a3e8f0caaa613937bda5ab7dc7dc2;p=pandora-kernel.git [PATCH] Move filep_cachep to include/file.h filp_cachep is only used in fs/file_table.c and in fs/dcache.c where it is defined. Move it to related definitions in linux/file.h. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed