commit | 7ed8578a96ad98231d8bf6388f776e034673e18a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Apr 26 09:40:37 2017 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon May 01 18:19:03 2017 -0400 |
tree | 91d1d822e1e9c1e04343486df3860b93b9c57836 | |
parent | b79f10eefd4bc450a595b93c75e3a9d159ac3885 [diff] |
dm rq: change ->rq_end_io calling conventions Instead of returning either a DM_ENDIO_* constant or an error code, add a new DM_ENDIO_DONE value that means keep errno as is. This allows us to easily keep the existing error code in case where we can't push back, and it also preparares for the new block level status codes with strict type checking. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@redhat.com>