commit | 6600593cbd9340b3d4fcde8e58d17653732620c4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 29 15:52:29 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:59:21 2018 -0600 |
tree | 988e41b87c617a6f8b9d0408f8bc16127e7a8bbf | |
parent | 12f5b93145450c750f315657ef239a314811aeeb [diff] |
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE The BLK_EH_NOT_HANDLED implies nothing happen, but very often that is not what is happening - instead the driver already completed the command. Fix the symbolic name to reflect that a little better. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>