commit | b020ecfb1e6b5b94b727cea10f18a7f75bf5b03f | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri Mar 13 13:17:23 2020 +0100 |
committer | Hannes Reinecke <hare@suse.de> | Fri Mar 13 13:54:45 2020 +0100 |
tree | ccf05b7429fb2b3821be15adfe0774a9f1a50045 | |
parent | 653d56f51649b2704b793c333f9174b7856790e5 [diff] |
nvme/fc: use real sqsize as argument when connecting queues When creating queues we should be passing in the real sqsize number, and not increasing it by one just so that the function has to substract it again. Signed-off-by: Hannes Reinecke <hare@suse.de>