summaryrefslogtreecommitdiffstats
path: root/fs/freevxfs/vxfs_inode.c
diff options
context:
space:
mode:
authorKrzysztof Błaszkowski2016-06-01 08:41:11 +0200
committerChristoph Hellwig2016-06-01 09:01:30 +0200
commit0e481d3c0964ef00ff3dc9f25508980619e28752 (patch)
tree08d1b676ca04ae3cc059b4543738f3828d4392fb /fs/freevxfs/vxfs_inode.c
parentfreevxfs: handle big endian HP-UX file systems (diff)
downloadkernel-qcow2-linux-0e481d3c0964ef00ff3dc9f25508980619e28752.tar.gz
kernel-qcow2-linux-0e481d3c0964ef00ff3dc9f25508980619e28752.tar.xz
kernel-qcow2-linux-0e481d3c0964ef00ff3dc9f25508980619e28752.zip
freevxfs: remove vxfs_put_fake_inode
Signed-off-by: Krzysztof Błaszkowski <kb@sysmikro.com.pl> [hch: split from a larget patch] Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/freevxfs/vxfs_inode.c')
-rw-r--r--fs/freevxfs/vxfs_inode.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/freevxfs/vxfs_inode.c b/fs/freevxfs/vxfs_inode.c
index 15de300a3ac6..6087ca703f12 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