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
@ -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…
x
Reference in New Issue
Block a user