lkml.org 
[lkml]   [2006]   [Nov]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 21 Nov 2006 00:09:02 -0800
FromAndrew Morton <>
SubjectRe: [RFC 4/7] Move files_cachep to file.h
On Fri, 17 Nov 2006 21:44:03 -0800 (PST)
Christoph Lameter <clameter@sgi.com> wrote:

> Move files_cachep to file.h
> 
> The proper place is in file.h since its related to file I/O.
> 
> Signed-off-by: Christoph Lameter <clameter@sgi.com>
> 
> Index: linux-2.6.19-rc5-mm2/include/linux/file.h
> ===================================================================
> --- linux-2.6.19-rc5-mm2.orig/include/linux/file.h	2006-11-15 16:48:08.583913536 -0600
> +++ linux-2.6.19-rc5-mm2/include/linux/file.h	2006-11-17 23:03:59.254839099 -0600
> @@ -101,4 +101,6 @@ struct files_struct *get_files_struct(st
>  void FASTCALL(put_files_struct(struct files_struct *fs));
>  void reset_files_struct(struct task_struct *, struct files_struct *);
> 
> +extern kmem_cache_t	*files_cachep;
> +
>  #endif /* __LINUX_FILE_H */
> Index: linux-2.6.19-rc5-mm2/include/linux/slab.h
> ===================================================================
> --- linux-2.6.19-rc5-mm2.orig/include/linux/slab.h	2006-11-17 23:03:55.587532089 -0600
> +++ linux-2.6.19-rc5-mm2/include/linux/slab.h	2006-11-17 23:03:59.268512148 -0600
> @@ -298,7 +298,6 @@ static inline void kmem_set_shrinker(kme
> 
>  /* System wide caches */
>  extern kmem_cache_t	*names_cachep;
> -extern kmem_cache_t	*files_cachep;
>  extern kmem_cache_t	*filp_cachep;
>  extern kmem_cache_t	*fs_cachep;
> 

Please convert to `struct kmem_cache' (all patches).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-11-21 08:11    [from the cache]
©2003-2008