--- fs/namespace.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/namespace.c b/fs/namespace.c index 8174c8a..bfc0e8e 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -420,7 +420,6 @@ struct vfsmount *__lookup_mnt(struct vfsmount *mnt, struct dentry *dentry, for (;;) { tmp = dir ? tmp->next : tmp->prev; - p = NULL; if (tmp == head) break; p = list_entry(tmp, struct vfsmount, mnt_hash); -- 1.7.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html