diff options
author | Sagi Grimberg <[email protected]> | 2021-01-14 13:15:25 -0800 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2021-02-02 10:26:11 +0100 |
commit | 60141aa08c08a43f3d22626b3a2532106a90a191 (patch) | |
tree | 1d5f59be401464d8c03772c27d4d13107a015641 | |
parent | cb9b870fba3eba57cf3bcd7c6c4d4aa88bc5fe70 (diff) |
nvme-tcp: get rid of unused helper function
Signed-off-by: Sagi Grimberg <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
-rw-r--r-- | drivers/nvme/host/tcp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/nvme/host/tcp.c b/drivers/nvme/host/tcp.c index 4367923d03e4..f2f3471faed3 100644 --- a/drivers/nvme/host/tcp.c +++ b/drivers/nvme/host/tcp.c @@ -206,11 +206,6 @@ static inline size_t nvme_tcp_req_cur_length(struct nvme_tcp_request *req) req->pdu_len - req->pdu_sent); } -static inline size_t nvme_tcp_req_offset(struct nvme_tcp_request *req) -{ - return req->iter.iov_offset; -} - static inline size_t nvme_tcp_pdu_data_left(struct nvme_tcp_request *req) { return rq_data_dir(blk_mq_rq_from_pdu(req)) == WRITE ? |