]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_vnodeops.c
[XFS] kill shouty XFS_ITOV_NULL macro
[linux-2.6] / fs / xfs / xfs_vnodeops.c
index 76a1166af8227ac0b45715986bcad98daa469c87..a2e470ae259af4ba138665c8c4cef4fcccda40db 100644 (file)
@@ -2933,7 +2933,7 @@ xfs_finish_reclaim(
        int             sync_mode)
 {
        xfs_perag_t     *pag = xfs_get_perag(ip->i_mount, ip->i_ino);
-       bhv_vnode_t     *vp = XFS_ITOV_NULL(ip);
+       bhv_vnode_t     *vp = VFS_I(ip);
 
        if (vp && VN_BAD(vp))
                goto reclaim;