mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Hook up devfs_pathconf() for specfs devfs nodes, not just regular
devfs nodes. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
1dbad969fe
commit
bdc2cd1318
1 changed files with 1 additions and 0 deletions
|
|
@ -918,6 +918,7 @@ static struct vnodeopv_entry_desc devfs_specop_entries[] = {
|
|||
{ &vop_getattr_desc, (vop_t *) devfs_getattr },
|
||||
{ &vop_islocked_desc, (vop_t *) vop_stdislocked },
|
||||
{ &vop_lock_desc, (vop_t *) vop_stdlock },
|
||||
{ &vop_pathconf_desc, (vop_t *) devfs_pathconf },
|
||||
{ &vop_print_desc, (vop_t *) devfs_print },
|
||||
{ &vop_reclaim_desc, (vop_t *) devfs_reclaim },
|
||||
#ifdef MAC
|
||||
|
|
|
|||
Loading…
Reference in a new issue