diff --git a/[refs] b/[refs] index 43bf28656135..8516c8afc664 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8854eddbdb3e45b8d381ecff2937a942d0cb2067 +refs/heads/master: f30ac319f1b91878cdc57a50930f15c36e0e103a diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index a2bef5c81033..058a44865beb 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -494,7 +494,7 @@ void umount_tree(struct vfsmount *mnt, int propagate, struct list_head *kill) p->mnt_namespace = NULL; list_del_init(&p->mnt_child); if (p->mnt_parent != p) - mnt->mnt_mountpoint->d_mounted--; + p->mnt_mountpoint->d_mounted--; change_mnt_propagation(p, MS_PRIVATE); } }