From: Alan Stern Date: Thu, 15 Sep 2005 17:52:51 +0000 (-0400) Subject: [SCSI] fix oops in scsi_release_buffers() X-Git-Tag: v2.6.14-rc3~154^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95be99d52ce4f9db9ff0bd5f10e9e2066da6d2e;p=pandora-kernel.git [SCSI] fix oops in scsi_release_buffers() I found one other thing that needs to be fixed. The call to scsi_release_buffers in scsi_unprep_request causes an oops, because the sgtable has already been freed in scsi_io_completion. The following patch is needed. Signed-off-by: Alan Stern Signed-off-by: James Bottomley --- Reading git-diff-tree failed