From 110aab591a9dfaa5196198afceee0ca0de630370 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 30 Oct 2008 17:55:18 +1100 Subject: [PATCH] --- yaml --- r: 124863 b: refs/heads/master c: 2b7035fd7473c799ca3372092d72c768c7db329d h: refs/heads/master i: 124861: 0c98161cd79b8372b5f46a2a58d3256a827dc9db 124859: 97dcda98126696dd73fa1a819692ffff3af20664 124855: 15fe5187699e7ed11c7d314f8c39a62075ef9577 124847: c4cfa38f40aa47e2dbc5e4116560ab4b5c50fe66 124831: 67ad61af616863347627feb882f19b16e635c00f 124799: c3cd5b02503cb1f9e1e1acdf3747f957c1da7374 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_vnodeops.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1ddae04d8e7d..972f33a24970 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1ec7944beb6f3c29f1e58a66422130133727e9e1 +refs/heads/master: 2b7035fd7473c799ca3372092d72c768c7db329d diff --git a/trunk/fs/xfs/xfs_vnodeops.c b/trunk/fs/xfs/xfs_vnodeops.c index 1d15a320b9a6..1c890113ab3e 100644 --- a/trunk/fs/xfs/xfs_vnodeops.c +++ b/trunk/fs/xfs/xfs_vnodeops.c @@ -2009,7 +2009,7 @@ xfs_remove( goto out_bmap_cancel; /* - * Drop the link from dp to ip. + * Drop the "." link from ip to self. */ error = xfs_droplink(tp, ip); if (error) @@ -2024,7 +2024,7 @@ xfs_remove( } /* - * Drop the "." link from ip to self. + * Drop the link from dp to ip. */ error = xfs_droplink(tp, ip); if (error)