mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobj
The assignment is already done in g_vfs_open. Redundant assignment is harmless, but can become a problem if g_vfs_open logic is changed. MFC after: 1 week
This commit is contained in:
parent
0ca97bb61f
commit
ecaf3257be
1 changed files with 0 additions and 1 deletions
|
|
@ -665,7 +665,6 @@ ffs_mountfs(devvp, mp, td)
|
|||
if (mp->mnt_iosize_max > MAXPHYS)
|
||||
mp->mnt_iosize_max = MAXPHYS;
|
||||
|
||||
devvp->v_bufobj.bo_private = cp;
|
||||
devvp->v_bufobj.bo_ops = &ffs_ops;
|
||||
|
||||
fs = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue