aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_iget.c')
-rw-r--r--fs/xfs/xfs_iget.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c
index b07604b94d9f..d44342640ca3 100644
--- a/fs/xfs/xfs_iget.c
+++ b/fs/xfs/xfs_iget.c
@@ -411,10 +411,11 @@ xfs_iput(xfs_inode_t *ip,
411 * Special iput for brand-new inodes that are still locked 411 * Special iput for brand-new inodes that are still locked
412 */ 412 */
413void 413void
414xfs_iput_new(xfs_inode_t *ip, 414xfs_iput_new(
415 uint lock_flags) 415 xfs_inode_t *ip,
416 uint lock_flags)
416{ 417{
417 struct inode *inode = ip->i_vnode; 418 struct inode *inode = VFS_I(ip);
418 419
419 xfs_itrace_entry(ip); 420 xfs_itrace_entry(ip);
420 421