The following reply was made to PR kern/46472; it has been noted by GNATS.
From: David Holland <
dholland-bugs@...>
To:
gnats-bugs@...
Cc:
Subject: Re: kern/46472: 5.1_STABLE/i386 panic after recent pull-ups
Date: Mon, 21 May 2012 17:10:44 +0000
On Mon, May 21, 2012 at 04:45:03PM +0000, J. Hannken-Illjes wrote:
> @@ -1388,4 +1388,5 @@ ufs_rename(void *v)
> if (fdvp->v_mount != tdvp->v_mount) {
> error = EXDEV;
> + goto abort;
> }
That should do it :-/
The goto is in the version from -current, so it must have been a merge
glitch of some kind.
(Also, -current has an EXDEV check in do_sys_rename that's not in
netbsd-5. But I guess this isn't relevant.)
--
David A. Holland
dholland@...