Mahtew Jacob wrote:

>Hmm. They went away for me- I thought, but no, you're right. They're
still
>there. This is what I actually use to get rid of them:
>
>Index: mfs_vnops.c
>===================================================================
>RCS file: /home/ncvs/src/sys/ufs/mfs/mfs_vnops.c,v
>retrieving revision 1.53
>diff -u -r1.53 mfs_vnops.c
>--- mfs_vnops.c 2000/05/05 09:59:07     1.53
>+++ mfs_vnops.c 2000/07/25 21:47:09
>@@ -80,6 +80,7 @@
>        { &vop_reclaim_desc,            (vop_t *) mfs_reclaim },
>        { &vop_strategy_desc,           (vop_t *) mfs_strategy },
>        { &vop_unlock_desc,             (vop_t *) vop_defaultop },
>+       { &vop_getwritemount_desc,      (vop_t *) vop_stdgetwritemount
},
>        { NULL, NULL }
> };
> static struct vnodeopv_desc mfs_vnodeop_opv_desc =

I have applied the patch and rebuilt my kernel. This seems to have fixed
the problem for me. I will keep monitoring the situation. Maybe this can
get committed to -current?

Thanks,

George Dinolt




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to