From b2cc9821178afa9f0aa5cf86f3ebb7ea50b9e2eb Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 7 Jul 2005 17:57:27 -0700 Subject: [PATCH] --- yaml --- r: 4295 b: refs/heads/master c: ac0811538b40bb92d339d22364026ed91dfdd147 h: refs/heads/master i: 4293: b56b8ce08c78ff6b7c52d645ba34271a0caf41d0 4291: 96698f6c5e669aa4ddacf99a119725f45c37fddf 4287: 9ae66755cc4b152456c53757dcfcc5afffa5fae8 v: v3 --- [refs] | 2 +- trunk/fs/namespace.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index af664ee99321..bd251886aebd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed42c879b7b1463aa7a15fdbbeb2b1914d60be8a +refs/heads/master: ac0811538b40bb92d339d22364026ed91dfdd147 diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index 2b4635e43ae8..7fd56eeb21bf 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -847,6 +847,7 @@ static void expire_mount(struct vfsmount *mnt, struct list_head *mounts) /* delete from the namespace */ list_del_init(&mnt->mnt_list); + mnt->mnt_namespace = NULL; detach_mnt(mnt, &old_nd); spin_unlock(&vfsmount_lock); path_release(&old_nd);