]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
xen: re-synchronize ring.h public header
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Oct 2009 06:33:40 +0000 (07:33 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 7 Oct 2009 06:33:40 +0000 (07:33 +0100)
commit16b165532214dd150f0dc0b106b78f7ce06bfac3
tree1d2e003f3ff5177aee3b4eabc253e6eddafc89bc
parent97b22568adcd2725b1738a0f91da73964bf6f2b7
xen: re-synchronize ring.h public header

Patch 20267:e9366bed077e modified the definition of sring in the xen
repo's version of ring.h, but not the version in the linux kernel
repo. That change broke pause/resume/shutdown messages from the
blktap2 kernel module, which (for the time being) relies on pad[0]
being at consistent location in the sring struct.  This patch fixes
this regression by resyncronizing the two the files.

Signed off by: Jake Wires <Jake.Wires@citrix.com>
include/xen/interface/io/ring.h