On Wed, Jul 1, 2015 at 5:15 PM, J. Hannken-Illjes <hann...@eis.cs.tu-bs.de> wrote: > On 01 Jul 2015, at 08:19, Ryota Ozaki <ozak...@netbsd.org> wrote: > >> On Tue, Jun 30, 2015 at 3:19 PM, Juergen Hannken-Illjes >> <hann...@netbsd.org> wrote: >>> Module Name: src >>> Committed By: hannken >>> Date: Tue Jun 30 06:19:22 UTC 2015 >>> >>> Modified Files: >>> src/sys/miscfs/deadfs: dead_vfsops.c >>> src/sys/miscfs/specfs: spec_vnops.c >>> >>> Log Message: >>> Redo previous again, v_specnode is invariant but not unique. >>> >>> Set "vp->v_data = vp" and use v_data as key. >> >> The change seems to break ATF tests: >> http://releng.netbsd.org/b5reports/i386/commits-2015.06.html#end >> >> The error message is: >> large_blk: panic: kernel diagnostic assertion "devvp->v_data == NULL" >> failed: file >> "/tmp/bracket/build/2015.06.30.06.42.06-i386/src/sys/ufs/mfs/mfs_vfsops.c", >> line 324 > > Should be fixed now. Passes ATF on i386.
Thanks! ozaki-r > > -- > J. Hannken-Illjes - hann...@eis.cs.tu-bs.de - TU Braunschweig (Germany) >