NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/46472: 5.1_STABLE/i386 panic after recent pull-ups
The following reply was made to PR kern/46472; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
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%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index