commit | 18a482f5245cc875755090853e84283512b3e6bd | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 15 17:28:37 2017 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon May 15 15:09:52 2017 -0400 |
tree | 9b42a0f8dc5cba5ccdbec03f0d24e24ff7c6122b | |
parent | ece0728037b15f4d31198f12b359104bcb5db4c8 [diff] |
dm mpath: don't return -EIO from dm_report_EIO Instead just turn the macro into a helper for the warning message. This removes an unnecessary assignment and will allow the next commit to fix a place where -EIO is the wrong return value. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@redhat.com>