nvme-tcp: Use protocol specific operations while reading socket
authorPotnuri Bharat Teja <bharat@chelsio.com>
Mon, 8 Jul 2019 09:52:00 +0000 (15:22 +0530)
committerSagi Grimberg <sagi@grimberg.me>
Thu, 29 Aug 2019 19:55:00 +0000 (12:55 -0700)
commit10407ec9b42d30a6ebc49f7f84e2bb2131438699
treec9844a5cb90bc5b0ed62c9729e616ed417591500
parent6be182607db98f9672865fed3ee3bf8b98e62dd4
nvme-tcp: Use protocol specific operations while reading socket

Using socket specific read_sock() calls instead of directly calling
tcp_read_sock() helps lld module registered handlers if any, to be called
from nvme-tcp host.
This patch therefore replaces the tcp_read_sock() with socket specific
prot_ops.

Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
Acked-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/tcp.c