]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/linux-2.6/xfs_vnode.c
[XFS] kill bhv_vnode_t
[linux-2.6-omap-h63xx.git] / fs / xfs / linux-2.6 / xfs_vnode.c
index 1c5a34f5c3c099048d845fe03295604ee6215a16..5cad3274db02896f633d5aa27edd9d229e0b7b80 100644 (file)
@@ -90,7 +90,7 @@ vn_ioerror(
  */
 static inline int xfs_icount(struct xfs_inode *ip)
 {
-       bhv_vnode_t *vp = VFS_I(ip);
+       struct inode *vp = VFS_I(ip);
 
        if (vp)
                return vn_count(vp);