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: "J. Hannken-Illjes" <hannken%eis.cs.tu-bs.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jdbaker%mylinuxisp.com@localhost,
Brian Buhrow <buhrow%lothlorien.nfbcal.org@localhost>
Subject: Re: kern/46472: 5.1_STABLE/i386 panic after recent pull-ups
Date: Mon, 21 May 2012 18:41:13 +0200
--Apple-Mail-6-681504006
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
... and this diff could fix it -- Brian?
--
Juergen Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig
(Germany)
--Apple-Mail-6-681504006
Content-Disposition: attachment;
filename=ufs_vnops.diff
Content-Type: application/octet-stream;
name="ufs_vnops.diff"
Content-Transfer-Encoding: 7bit
Index: ufs_vnops.c
===================================================================
RCS file: /cvsroot/src/sys/ufs/ufs/ufs_vnops.c,v
retrieving revision 1.169.4.2
diff -p -u -2 -r1.169.4.2 ufs_vnops.c
--- ufs_vnops.c 19 May 2012 17:28:29 -0000 1.169.4.2
+++ ufs_vnops.c 21 May 2012 16:39:47 -0000
@@ -1388,4 +1388,5 @@ ufs_rename(void *v)
if (fdvp->v_mount != tdvp->v_mount) {
error = EXDEV;
+ goto abort;
}
--Apple-Mail-6-681504006--
Home |
Main Index |
Thread Index |
Old Index