X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=58aca9c931acaecc62bf02717c9cfa9d58baf8cf;hb=b47bd6ea40636362a8b6605de51207cc387ba0b8;hp=db1b5a38864e98aa512be772765e00b13ec6c25d;hpb=ae50a840e779d48aa4dea2aaec1778f6b3f1d67f;p=cascardo%2Flinux.git diff --git a/fs/namespace.c b/fs/namespace.c index db1b5a38864e..58aca9c931ac 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -2743,7 +2743,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,