NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/39898: wapbl kernel diagnostic assertion "head == off"
The following reply was made to PR port-i386/39898; it has been noted by GNATS.
From: Bernd Ernesti <pr200822%veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/39898: wapbl kernel diagnostic assertion "head == off"
Date: Sun, 16 Nov 2008 17:55:49 +0100
The handling for WAPBL_INTERNAL looks wrong.
sys/mount.h has
struct wapbl_replay *mnt_wapbl_replay; /* replay support XXX: what? */
wapbl_replay is protected in sys/wapbl.h by WAPBL_INTERNAL
kern/vfs_bio.c and ufs/ffs/ffs_vfsops.c uses mnt_wapbl_replay but I can't see
where WAPBL_INTERNAL is defined and so they get an empty wapbl_replay.
Home |
Main Index |
Thread Index |
Old Index