commit | 20d0dfe65afd3fb59d14720570a6921eb6bf5c1f | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Tue Jun 27 22:16:38 2017 +0300 |
committer | Sagi Grimberg <sagi@grimberg.me> | Sun Jul 02 15:03:22 2017 +0300 |
tree | 32e90551ced3f525d4de69069fd4383f0eb8c307 | |
parent | d858e5f04e58a42a6e0c8ec74ea15e3ea4bb45d0 [diff] |
nvme: move ctrl cap to struct nvme_ctrl All transports use either a private cache of controller cap or an on-stack copy, move it to the generic struct nvme_ctrl. In the future it will also be maintained by the core. Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>