commit | 76574f37bf4caa7150ea1559cd98e3017b9752d2 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Wed Dec 12 15:11:40 2018 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 13 09:59:03 2018 +0100 |
tree | 62038ac2db4cb4c64d51fe655fc98ab06c7e56d9 | |
parent | e4a976254ec5ebdcdb3e1e1b40e795b3db6b6dab [diff] |
nvmet: add interface to update error-log page This patch adds nvmet_req based interface to the nvmet-core so that we can update the error log page. We update error log page in the request completion path when status is not set to NVME_SC_SUCCESS. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>