aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_vnodeops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vnodeops.c b/fs/xfs/xfs_vnodeops.c
index 1d15a320b9a6..1c890113ab3e 100644
--- a/fs/xfs/xfs_vnodeops.c
+++ b/fs/xfs/xfs_vnodeops.c
@@ -2009,7 +2009,7 @@ xfs_remove(
2009 goto out_bmap_cancel; 2009 goto out_bmap_cancel;
2010 2010
2011 /* 2011 /*
2012 * Drop the link from dp to ip. 2012 * Drop the "." link from ip to self.
2013 */ 2013 */
2014 error = xfs_droplink(tp, ip); 2014 error = xfs_droplink(tp, ip);
2015 if (error) 2015 if (error)
@@ -2024,7 +2024,7 @@ xfs_remove(
2024 } 2024 }
2025 2025
2026 /* 2026 /*
2027 * Drop the "." link from ip to self. 2027 * Drop the link from dp to ip.
2028 */ 2028 */
2029 error = xfs_droplink(tp, ip); 2029 error = xfs_droplink(tp, ip);
2030 if (error) 2030 if (error)