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

Collapse All | Expand All

(-)./src/afs/LINUX/osi_vfsops.c.old (-2 / +2 lines)
Lines 263-269 afs_notify_change(struct dentry *dp, str Link Here
263
263
264
264
265
#if defined(STRUCT_SUPER_HAS_ALLOC_INODE)
265
#if defined(STRUCT_SUPER_HAS_ALLOC_INODE)
266
static kmem_cache_t *afs_inode_cachep;
266
static struct kmem_cache *afs_inode_cachep;
267
267
268
static struct inode *
268
static struct inode *
269
afs_alloc_inode(struct super_block *sb)
269
afs_alloc_inode(struct super_block *sb)
Lines 288-294 afs_destroy_inode(struct inode *inode) Link Here
288
}
288
}
289
289
290
static void
290
static void
291
init_once(void * foo, kmem_cache_t * cachep, unsigned long flags)
291
init_once(void * foo, struct kmem_cache * cachep, unsigned long flags)
292
{
292
{
293
    struct vcache *vcp = (struct vcache *) foo;
293
    struct vcache *vcp = (struct vcache *) foo;
294
294

Return to bug 190533