Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.git] / fs / namespace.c
index 4a9568b81138f7bd16cfd8b8987c3d8638cdcae7..c9f84a2420960e1abee9646bdd58fa2b0ea7d249 100644 (file)
@@ -2700,7 +2700,7 @@ long do_mount(const char *dev_name, const char __user *dir_name,
 
        flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN |
                   MS_NOATIME | MS_NODIRATIME | MS_RELATIME| MS_KERNMOUNT |
-                  MS_STRICTATIME);
+                  MS_STRICTATIME | MS_NOREMOTELOCK);
 
        if (flags & MS_REMOUNT)
                retval = do_remount(&path, flags & ~MS_REMOUNT, mnt_flags,
This page took 0.026102 seconds and 5 git commands to generate.