commit | bd2687f2e5940f6ee14bfae787b3c1f5f0574907 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Mon Jan 29 07:39:46 2024 +0100 |
committer | Keith Busch <kbusch@kernel.org> | Wed Jan 31 15:59:48 2024 -0800 |
tree | ff3803684c6bcec925cf7d75adff48f2925312c8 | |
parent | f9ddefb6c0de771038b041eaad5cc15e61fe283f [diff] |
nvme: change __nvme_submit_sync_cmd() calling conventions Combine the two arguments 'flags' and 'at_head' from __nvme_submit_sync_cmd() into a single 'flags' argument and use function-specific values to indicate what should be set within the function. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org>