diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 50119a00885b..0ed707ed664b 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -1250,8 +1250,8 @@ xfs_ialloc( | |||
1250 | */ | 1250 | */ |
1251 | xfs_trans_log_inode(tp, ip, flags); | 1251 | xfs_trans_log_inode(tp, ip, flags); |
1252 | 1252 | ||
1253 | /* now that we have an i_mode we can set Linux inode ops (& unlock) */ | 1253 | /* now that we have an i_mode we can setup inode ops and unlock */ |
1254 | VFS_INIT_VNODE(XFS_MTOVFS(tp->t_mountp), vp, XFS_ITOBHV(ip), 1); | 1254 | bhv_vfs_init_vnode(XFS_MTOVFS(tp->t_mountp), vp, XFS_ITOBHV(ip), 1); |
1255 | 1255 | ||
1256 | *ipp = ip; | 1256 | *ipp = ip; |
1257 | return 0; | 1257 | return 0; |