commit | 2fd461428a2e055bcc91ae6c13a3fad6876ba869 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri Apr 01 08:23:15 2022 +0200 |
committer | Hannes Reinecke <hare@suse.de> | Tue Aug 16 10:50:18 2022 +0200 |
tree | 92ac155628326107ac651d0bef96d7bfcd66434d | |
parent | bbcbca16e2075ae944cf10ec3f009d40e18b5ac1 [diff] |
nvme: use head->subsys instead of ctrl->subsys With per-namespace subsystems the head->subsys will point to a different subsystem than the ctrl->subsys pointer. So always use the head->subsys pointer to get the correct reference. Signed-off-by: Hannes Reinecke <hare@suse.de>