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 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

  ozaki-r

>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.5 -r1.6 src/sys/miscfs/deadfs/dead_vfsops.c
> cvs rdiff -u -r1.151 -r1.152 src/sys/miscfs/specfs/spec_vnops.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>


Home | Main Index | Thread Index | Old Index