mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
This commit is contained in:
parent
e2e45aa8a0
commit
d56bdab31c
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ static struct vnodeopv_entry_desc mfs_vnodeop_entries[] = {
|
|||
{ &vop_print_desc, (vop_t *) mfs_print },
|
||||
{ &vop_reclaim_desc, (vop_t *) mfs_reclaim },
|
||||
{ &vop_strategy_desc, (vop_t *) mfs_strategy },
|
||||
{ &vop_copyonwrite_desc, (vop_t *) vop_eopnotsupp },
|
||||
{ &vop_unlock_desc, (vop_t *) vop_defaultop },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue