mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Ignore MNT_NODEV option, it is implicit in choice of filesystem.
This commit is contained in:
parent
ce59d2149d
commit
f8524838b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138107
@ -786,8 +786,6 @@ linux_mount(struct thread *td, struct linux_mount_args *args)
|
||||
fsflags |= MNT_RDONLY;
|
||||
if (args->rwflag & LINUX_MS_NOSUID)
|
||||
fsflags |= MNT_NOSUID;
|
||||
if (args->rwflag & LINUX_MS_NODEV)
|
||||
fsflags |= MNT_NODEV;
|
||||
if (args->rwflag & LINUX_MS_NOEXEC)
|
||||
fsflags |= MNT_NOEXEC;
|
||||
if (args->rwflag & LINUX_MS_REMOUNT)
|
||||
|
Loading…
Reference in New Issue
Block a user