From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bruce Rogers" Subject: blkback does not copy full id from request to response Date: Mon, 30 Apr 2007 17:57:36 -0600 Message-ID: <46362DFE.092E.0048.1@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I just noticed that the linux block backend does not copy the full 64 bits of the id field of a request to the associated response. The blkif.h = states that this is echoed in the response. An unsigned long in make_response is used as an intermediary. This would sure be helpful to me if the full 64 bits were echoed. - Bruce Rogers