resort the vnode ops list.

This commit is contained in:
Poul-Henning Kamp 2003-01-04 20:31:27 +00:00
parent 96ca3aa8db
commit c7fb6fd1b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108680

View File

@ -94,8 +94,8 @@ static struct vnodeopv_entry_desc default_vnodeop_entries[] = {
{ &vop_lookup_desc, (vop_t *) vop_nolookup },
{ &vop_open_desc, (vop_t *) vop_null },
{ &vop_pathconf_desc, (vop_t *) vop_einval },
{ &vop_putpages_desc, (vop_t *) vop_stdputpages },
{ &vop_poll_desc, (vop_t *) vop_nopoll },
{ &vop_putpages_desc, (vop_t *) vop_stdputpages },
{ &vop_readlink_desc, (vop_t *) vop_einval },
{ &vop_revoke_desc, (vop_t *) vop_revoke },
{ &vop_strategy_desc, (vop_t *) vop_nostrategy },