Ignore MNT_NODEV, it is implicit in choice of filesystem these days.

This commit is contained in:
Poul-Henning Kamp 2004-11-26 07:37:42 +00:00
parent c96c1bebe3
commit ce59d2149d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138106

View File

@ -68,7 +68,7 @@ devfs_mount(struct mount *mp, struct thread *td)
error = 0;
if (mp->mnt_flag & (MNT_UPDATE | MNT_NODEV | MNT_ROOTFS))
if (mp->mnt_flag & (MNT_UPDATE | MNT_ROOTFS))
return (EOPNOTSUPP);
MALLOC(fmp, struct devfs_mount *, sizeof(struct devfs_mount),