From: Mike Snitzer Date: Thu, 22 May 2014 18:32:51 +0000 (-0400) Subject: dm thin: return ENOSPC instead of EIO when error_if_no_space enabled X-Git-Tag: omap-for-v3.16/fixes-against-rc1~37^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af91805a497d3aa694704172b41ba953be3738ed;p=pandora-kernel.git dm thin: return ENOSPC instead of EIO when error_if_no_space enabled Update the DM thin provisioning target's allocation failure error to be consistent with commit a9d6ceb8 ("[SCSI] return ENOSPC on thin provisioning failure"). The DM thin target now returns -ENOSPC rather than -EIO when block allocation fails due to the pool being out of data space (and the 'error_if_no_space' thin-pool feature is enabled). Signed-off-by: Mike Snitzer Acked-By: Joe Thornber --- Reading git-diff-tree failed