Subject: Re: -current kernels panics if accessing msdos partition
To: Antti Kantee <pooka@cs.hut.fi>
From: Markus W Kilbinger <mk@kilbi.de>
List: current-users
Date: 07/23/2007 15:02:22
>>>>> "Antti" == Antti Kantee <pooka@cs.hut.fi> writes:

    >> panic: kernel diagnostic assertion "(*vpp)->v_size !=
    >> VSIZENOTSET && (*vpp)->v_writesize != VSIZENOTSET" failed: file
    >> "../../../../kern/vnode_if.c", line 135

    Antti> Ah, damn, writesize appeared after I looked over the file
    Antti> systems.

    Antti> Try msdosfs_denode.c 1.22

I did, it has fixed the problem for me. Thanks!

Markus.