From: Alan Stern Date: Mon, 24 Oct 2005 02:40:22 +0000 (-0700) Subject: [PATCH] PATCH: usb-storage: allocate separate sense buffer X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbafa4668f37f5093a3ae2a8b0cbe327e24e12da;p=pandora-kernel.git [PATCH] PATCH: usb-storage: allocate separate sense buffer This patch is from Alan Stern (as560). It has been rediffed against a current tree. This patch allocates a separate buffer for usb-storage to use when auto-sensing. Up to now we have been using the sense buffer embedded in a scsi_cmnd struct, which is dangerous on hosts that (a) don't do cache-coherent DMA or (b) have DMA alignment restrictions. Signed-off-by: Alan Stern Signed-off-by: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed