Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215486 | Differences between
and this patch

Collapse All | Expand All

(-)shfs/Linux-2.6/shfs_fs.h.orig (-4 / +6 lines)
Lines 79-88 Link Here
79
79
80
/* shfs/fcache.c */
80
/* shfs/fcache.c */
81
#include <linux/slab.h>
81
#include <linux/slab.h>
82
extern kmem_cache_t *file_cache;
82
/*
83
extern kmem_cache_t *dir_head_cache;
83
static struct kmem_cache *file_cache;
84
extern kmem_cache_t *dir_entry_cache;
84
static struct kmem_cache *dir_head_cache;
85
extern kmem_cache_t *dir_name_cache;
85
static struct kmem_cache *dir_entry_cache;
86
static struct kmem_cache *dir_name_cache;
87
*/
86
void fcache_init(void);
88
void fcache_init(void);
87
void fcache_finish(void);
89
void fcache_finish(void);
88
int fcache_file_open(struct file*);
90
int fcache_file_open(struct file*);

Return to bug 215486