mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Silently ignore forced argument to unmount.
This commit is contained in:
parent
9ce4c18856
commit
7164e8f291
1 changed files with 0 additions and 2 deletions
|
|
@ -121,8 +121,6 @@ devfs_unmount(mp, mntflags, td)
|
|||
struct devfs_mount *fmp;
|
||||
|
||||
fmp = VFSTODEVFS(mp);
|
||||
if (mntflags & MNT_FORCE)
|
||||
return (EOPNOTSUPP);
|
||||
/* There is 1 extra root vnode reference from devfs_mount(). */
|
||||
error = vflush(mp, 1, flags, td);
|
||||
if (error)
|
||||
|
|
|
|||
Loading…
Reference in a new issue