Remove vn_from_inode()
bhv_vnode_t is just a typedef for struct inode, so there's no need for
a helper to convert between the two.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Fri Jul 25 12:11:50 AEST 2008
Workarea: redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-hch
Inspected by:
hch
lachlan
Author: lachlan
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31760a
fs/xfs/linux-2.6/xfs_vnode.h - 1.155 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.h.diff?r1=text&tr1=1.155&r2=text&tr2=1.154&f=h
fs/xfs/linux-2.6/xfs_super.c - 1.439 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.439&r2=text&tr2=1.438&f=h
- Remove vn_from_inode()
|