From: Eric Dumazet Date: Wed, 10 Dec 2008 17:35:45 +0000 (-0800) Subject: filp_cachep can be static in fs/file_table.c X-Git-Tag: v2.6.29-rc1~549^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b3fdead251d432f32f2cfce2a893ab8a658110;p=pandora-kernel.git filp_cachep can be static in fs/file_table.c Instead of creating the "filp" kmem_cache in vfs_caches_init(), we can do it a litle be later in files_init(), so that filp_cachep is static to fs/file_table.c Acked-by: Paul E. McKenney Signed-off-by: Eric Dumazet Signed-off-by: Al Viro --- Reading git-diff-tree failed