XFS: Kill xfs_vtoi()
xfs_vtoi() is redundant and only unsed in small sections
of code. Replace them with widely used XFS_I() inline and
kill xfs_vtoi().
Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed Jul 23 17:10:41 AEST 2008
Workarea: itchy.melbourne.sgi.com:/i386/home/xaiki/Wrk/ptools/xfs-2.6
Inspected by: dgc,hch,xaiki
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31725a
fs/xfs/xfs_acl.c - 1.76 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_acl.c.diff?r1=text&tr1=1.76&r2=text&tr2=1.75&f=h
fs/xfs/xfs_inode.h - 1.250 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.250&r2=text&tr2=1.249&f=h
fs/xfs/linux-2.6/xfs_vnode.h - 1.154 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_vnode.h.diff?r1=text&tr1=1.154&r2=text&tr2=1.153&f=h
fs/xfs/linux-2.6/xfs_aops.c - 1.163 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_aops.c.diff?r1=text&tr1=1.163&r2=text&tr2=1.162&f=h
|