diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2020-10-22 05:15:31 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-11-03 12:26:02 +0300 |
commit | 0a8a2c85b83589a5c10bc5564b796836bf4b4984 (patch) | |
tree | a613dd4716c5f5741de6f17f8b6090b5940a7001 /lib/test_overflow.c | |
parent | fdf58e02adecbef4c7cbb2073d8ea225e6fd5f26 (diff) | |
download | linux-0a8a2c85b83589a5c10bc5564b796836bf4b4984.tar.xz |
nvme-tcp: avoid repeated request completion
The request may be executed asynchronously, and rq->state may be
changed to IDLE. To avoid repeated request completion, only
MQ_RQ_COMPLETE of rq->state is checked in nvme_tcp_complete_timed_out.
It is not safe, so need adding check IDLE for rq->state.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Chao Leng <lengchao@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions