From: Boaz Harrosh Date: Sun, 25 Jan 2009 15:15:16 +0000 (+0200) Subject: [SCSI] libosd: SCSI/OSD Sense decoding support X-Git-Tag: v2.6.30-rc1~641^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f3aea2bd4b4f9cd7a6a6479ed9410787f756fd;p=pandora-kernel.git [SCSI] libosd: SCSI/OSD Sense decoding support Implementation of the osd_req_decode_sense() API. Can be called by library users to decode what failed in command executions. Add SCSI_OSD_DPRINT_SENSE Kconfig variable. Possible values are: 0 - Do not print any errors to messages file 1 - (Default) Print only decoded errors that are not recoverable. Recoverable errors are those that the target has complied with the request but with a warning. For example read passed end of object will return zeros after the last valid byte. 2- Print all errors. Signed-off-by: Boaz Harrosh Signed-off-by: James Bottomley --- Reading git-diff-tree failed