summaryrefslogtreecommitdiff
path: root/fs/freevxfs/vxfs_extern.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-06-01 06:44:45 (GMT)
committerChristoph Hellwig <hch@lst.de>2016-06-01 07:23:24 (GMT)
commit2f137e31e07118bead0d17ccc89b0e71aec74732 (patch)
treef7ac2621f116e5290730730b5f58db991acb65fc /fs/freevxfs/vxfs_extern.h
parentf2bf2c70488145c961306b873c75147048db743d (diff)
downloadlinux-2f137e31e07118bead0d17ccc89b0e71aec74732.tar.xz
freevxfs: implement ->alloc_inode and ->destroy_inode
This driver predates those methods and was trying to be clever allocating it's own private data. Switch to the generic scheme used by other file systems. Based on an earlier patch from Krzysztof Błaszkowski <kb@sysmikro.com.pl>. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/freevxfs/vxfs_extern.h')
-rw-r--r--fs/freevxfs/vxfs_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/freevxfs/vxfs_extern.h b/fs/freevxfs/vxfs_extern.h
index 2ec8c0f..f5c428e 100644
--- a/fs/freevxfs/vxfs_extern.h
+++ b/fs/freevxfs/vxfs_extern.h
@@ -52,7 +52,6 @@ extern int vxfs_read_fshead(struct super_block *);
/* vxfs_inode.c */
extern const struct address_space_operations vxfs_immed_aops;
-extern struct kmem_cache *vxfs_inode_cachep;
extern void vxfs_dumpi(struct vxfs_inode_info *, ino_t);
extern struct inode *vxfs_blkiget(struct super_block *, u_long, ino_t);
extern struct inode *vxfs_stiget(struct super_block *, ino_t);