diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index b82c729634f6..ca270d9bbb90 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -2840,6 +2840,7 @@ xfs_rename_alloc_whiteout( | |||
2840 | * and flag it as linkable. | 2840 | * and flag it as linkable. |
2841 | */ | 2841 | */ |
2842 | drop_nlink(VFS_I(tmpfile)); | 2842 | drop_nlink(VFS_I(tmpfile)); |
2843 | xfs_setup_iops(tmpfile); | ||
2843 | xfs_finish_inode_setup(tmpfile); | 2844 | xfs_finish_inode_setup(tmpfile); |
2844 | VFS_I(tmpfile)->i_state |= I_LINKABLE; | 2845 | VFS_I(tmpfile)->i_state |= I_LINKABLE; |
2845 | 2846 | ||