[PATCH] 2.5.50: unused code in link_path_walk()

Olaf Dietsche (olaf.dietsche#list.linux-kernel@t-online.de)
Thu, 05 Dec 2002 00:09:25 +0100


This patch removes one unnecessary line of code.

Regards, Olaf.

diff -urN a/fs/namei.c b/fs/namei.c
--- a/fs/namei.c Thu Nov 28 20:44:46 2002
+++ b/fs/namei.c Wed Dec 4 23:04:54 2002
@@ -700,7 +700,6 @@
if (this.name[1] != '.')
break;
follow_dotdot(&nd->mnt, &nd->dentry);
- inode = nd->dentry->d_inode;
/* fallthrough */
case 1:
goto return_base;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/