]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_iget.c
[XFS] remove shouting-indirection macros from xfs_trans.h
[linux-2.6] / fs / xfs / xfs_iget.c
index b07604b94d9f32c2f15e7eb08c5e83b458b3fd42..d44342640ca38c8dc69d123a0e7c317623644d7a 100644 (file)
@@ -411,10 +411,11 @@ xfs_iput(xfs_inode_t      *ip,
  * Special iput for brand-new inodes that are still locked
  */
 void
-xfs_iput_new(xfs_inode_t       *ip,
-            uint               lock_flags)
+xfs_iput_new(
+       xfs_inode_t     *ip,
+       uint            lock_flags)
 {
-       struct inode    *inode = ip->i_vnode;
+       struct inode    *inode = VFS_I(ip);
 
        xfs_itrace_entry(ip);