NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/41704 CVS commit: src/sys/arch/xen/xen



The following reply was made to PR kern/41704; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41704 CVS commit: src/sys/arch/xen/xen
Date: Wed, 16 Oct 2019 19:38:13 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Wed Oct 16 19:38:13 UTC 2019
 
 Modified Files:
 	src/sys/arch/xen/xen: xbd_xenbus.c
 
 Log Message:
 don't try to read disklabel for attached xbd* disk from (effectively) always
 xbd0a device, there is no need for it and it is just wrong
 
 same problem as PR kern/41704 for cgd
 
 XXX perhaps xbd should use native block size passed from dom0 rather then
 XXX recomputing in DEV_BSIZE
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.92 -r1.93 src/sys/arch/xen/xen/xbd_xenbus.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