nvme-tcp: get rid of unused helper function
Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
cb9b870fba
commit
60141aa08c
|
@ -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 ?
|
||||
|
|
Loading…
Reference in New Issue