[XFS] kill shouty XFS_ITOV_NULL macro
[deliverable/linux.git] / fs / xfs / quota / xfs_qm_syscalls.c
index adfb8723f65af336d92501163aff0ee095634828..132a0abb2f0be5ee52c7d2a3962dfcce8fdb4bd2 100644 (file)
@@ -1059,7 +1059,7 @@ again:
                        ip = ip->i_mnext;
                        continue;
                }
-               vp = XFS_ITOV_NULL(ip);
+               vp = VFS_I(ip);
                if (!vp) {
                        ASSERT(ip->i_udquot == NULL);
                        ASSERT(ip->i_gdquot == NULL);
This page took 0.027456 seconds and 5 git commands to generate.