diff options
Diffstat (limited to 'fs/pnode.c')
-rw-r--r-- | fs/pnode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/pnode.c b/fs/pnode.c index 3e266c5a3071..aeeec8ba8dd2 100644 --- a/fs/pnode.c +++ b/fs/pnode.c | |||
@@ -82,6 +82,8 @@ void change_mnt_propagation(struct vfsmount *mnt, int type) | |||
82 | if (type != MS_SLAVE) { | 82 | if (type != MS_SLAVE) { |
83 | list_del_init(&mnt->mnt_slave); | 83 | list_del_init(&mnt->mnt_slave); |
84 | mnt->mnt_master = NULL; | 84 | mnt->mnt_master = NULL; |
85 | if (type == MS_UNBINDABLE) | ||
86 | mnt->mnt_flags |= MNT_UNBINDABLE; | ||
85 | } | 87 | } |
86 | } | 88 | } |
87 | 89 | ||