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

This commit is contained in:
phk 2000-07-26 17:53:04 +00:00
parent 7cf18b1ea1
commit 66487129c0

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 =