From: Roger Pau Monne Date: Tue, 4 Feb 2014 10:26:15 +0000 (+0100) Subject: xen-blkif: drop struct blkif_request_segment_aligned X-Git-Tag: v3.14-rc3~22^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80bfa2f6e2e81049fc6cd3bfaeedcb64db3a9ba6;p=pandora-kernel.git xen-blkif: drop struct blkif_request_segment_aligned This was wrongly introduced in commit 402b27f9, the only difference between blkif_request_segment_aligned and blkif_request_segment is that the former has a named padding, while both share the same memory layout. Also correct a few minor glitches in the description, including for it to no longer assume PAGE_SIZE == 4096. Signed-off-by: Roger Pau Monné [Description fix by Jan Beulich] Signed-off-by: Jan Beulich Reported-by: Jan Beulich Cc: Konrad Rzeszutek Wilk Cc: David Vrabel Cc: Boris Ostrovsky Tested-by: Matt Rushton Cc: Matt Wilson Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed