From 0e481d3c0964ef00ff3dc9f25508980619e28752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20B=C5=82aszkowski?= Date: Wed, 1 Jun 2016 08:41:11 +0200 Subject: freevxfs: remove vxfs_put_fake_inode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof Błaszkowski [hch: split from a larget patch] Signed-off-by: Christoph Hellwig --- fs/freevxfs/vxfs_inode.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'fs/freevxfs/vxfs_inode.c') diff --git a/fs/freevxfs/vxfs_inode.c b/fs/freevxfs/vxfs_inode.c index 15de300..6087ca7 100644 --- a/fs/freevxfs/vxfs_inode.c +++ b/fs/freevxfs/vxfs_inode.c @@ -296,19 +296,6 @@ vxfs_get_fake_inode(struct super_block *sbp, struct vxfs_inode_info *vip) } /** - * vxfs_put_fake_inode - free faked inode - * *ip: VFS inode - * - * Description: - * vxfs_put_fake_inode frees all data associated with @ip. - */ -void -vxfs_put_fake_inode(struct inode *ip) -{ - iput(ip); -} - -/** * vxfs_iget - get an inode * @sbp: the superblock to get the inode for * @ino: the number of the inode to get -- cgit v1.1