Fix the "mfs_badop[vop_getwritemount] = 45" messages.

This commit is contained in:
Poul-Henning Kamp 2000-07-26 17:53:04 +00:00
parent 1e05dc6eb0
commit a0580699e1

View File

@ -81,6 +81,7 @@ static struct vnodeopv_entry_desc mfs_vnodeop_entries[] = {
{ &vop_strategy_desc, (vop_t *) mfs_strategy },
{ &vop_copyonwrite_desc, (vop_t *) vop_eopnotsupp },
{ &vop_unlock_desc, (vop_t *) vop_defaultop },
{ &vop_getwritemount_desc, (vop_t *) vop_stdgetwritemount },
{ NULL, NULL }
};
static struct vnodeopv_desc mfs_vnodeop_opv_desc =