[PATCH] driver core: replace "hotplug" by "uevent"
[deliverable/linux.git] / fs / pnode.c
index 3e266c5a3071a4994d7d635c3259d7c9b0721149..aeeec8ba8dd28b9ac4a77ee513fb23423b55d458 100644 (file)
@@ -82,6 +82,8 @@ void change_mnt_propagation(struct vfsmount *mnt, int type)
        if (type != MS_SLAVE) {
                list_del_init(&mnt->mnt_slave);
                mnt->mnt_master = NULL;
+               if (type == MS_UNBINDABLE)
+                       mnt->mnt_flags |= MNT_UNBINDABLE;
        }
 }
 
This page took 0.030591 seconds and 5 git commands to generate.