aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_rename.c')
-rw-r--r--fs/xfs/xfs_rename.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_rename.c b/fs/xfs/xfs_rename.c
index 23b48ac1cb7e..1c3599df0cc1 100644
--- a/fs/xfs/xfs_rename.c
+++ b/fs/xfs/xfs_rename.c
@@ -620,8 +620,6 @@ xfs_rename(
620 IRELE(target_ip); 620 IRELE(target_ip);
621 } 621 }
622 622
623 FSC_NOTIFY_NAME_CHANGED(XFS_ITOV(src_ip));
624
625 IRELE(src_ip); 623 IRELE(src_ip);
626 624
627 /* Fall through to std_return with error = 0 or errno from 625 /* Fall through to std_return with error = 0 or errno from