Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/miscfs



On 01 Jul 2015, at 08:19, Ryota Ozaki <ozaki-r%netbsd.org@localhost> wrote:

> On Tue, Jun 30, 2015 at 3:19 PM, Juergen Hannken-Illjes
> <hannken%netbsd.org@localhost> 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.

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)



Home | Main Index | Thread Index | Old Index