From: Alan Stern Date: Fri, 22 Feb 2008 22:00:06 +0000 (-0500) Subject: usb-storage: update earlier scatter-gather bug fix X-Git-Tag: v2.6.25-rc4~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d512a80c26d87f8599057c86dc920fbfe0aa3aa;p=pandora-kernel.git usb-storage: update earlier scatter-gather bug fix This patch (as1037) makes a small update to the earlier as1035 patch. The minimum-length computation shouldn't be done in usb_stor_access_xfer_buf(), since that routine can be called multiple times for a single transfer. It should be done in usb_stor_set_xfer_buf() instead, which gets called only once. The way it is now isn't really _wrong_, but it isn't really _right_ either. Moving the statement will be an improvement. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed