commit | 30d90964e7b80a0723921e8b464c5ceda7297a7b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 25 18:17:41 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jun 01 14:37:35 2018 +0200 |
tree | c418113e30345fb7ccc120a7babbb28c1ef7d296 | |
parent | 50e8d8eeede8d1ef48699a82acfb7d4be07a05d9 [diff] |
nvme: use the changed namespaces list log to clear ns data changed AENs Per section 5.2 we need to issue the corresponding log page to clear an AEN, so for a namespace data changed AEN we need to read the changed namespace list log. And once we read that log anyway we might as well use it to optimize the rescan. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>