From: James Bottomley Date: Sun, 30 Dec 2007 18:37:31 +0000 (-0600) Subject: [SCSI] libsas: don't use made up error codes X-Git-Tag: v2.6.25-rc1~1230^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e8ae36b8f80372015b88b63c4358a376c9af0f;p=pandora-kernel.git [SCSI] libsas: don't use made up error codes This is bad for two reasons: 1. If they're returned to outside applications, no-one knows what they mean. 2. Eventually they'll clash with the ever expanding standard error codes. The problem error code in question is ETASK. I've replaced this by ECOMM (communications error on send) a network error code that seems to most closely relay what ETASK meant. Acked-by: Darrick J. Wong Signed-off-by: James Bottomley --- Reading git-diff-tree failed