diff options
author | Dexuan Cui <[email protected]> | 2018-11-26 02:17:56 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-11-26 20:21:21 +0100 |
commit | 4d3c5c69191f98c7f7e699ff08d2fd96d7070ddb (patch) | |
tree | da0446badd2f32c0f8201ac499db2b45f22f96f6 /drivers/fpga/of-fpga-region.c | |
parent | 6b50d882d38d5a1e4c0c476712384067c19c744b (diff) |
Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()
Commit d86adf482b84 ("scsi: storvsc: Enable multi-queue support") removed
the usage of the API in Jan 2017, and the API is not used since then.
netvsc and storvsc have their own algorithms to determine the outgoing
channel, so this API is useless.
And the API is potentially unsafe, because it reads primary->num_sc without
any lock held. This can be risky considering the RESCIND-OFFER message.
Let's remove the API.
Cc: Long Li <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: K. Y. Srinivasan <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Signed-off-by: Dexuan Cui <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/of-fpga-region.c')
0 files changed, 0 insertions, 0 deletions