block/drbd: remove useless comments in receive_DataReply()
authorGaosheng Cui <cuigaosheng1@huawei.com>
Tue, 20 Sep 2022 01:52:16 +0000 (09:52 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Sep 2022 01:44:05 +0000 (19:44 -0600)
commit7f0c1afeacfcb4c32173b5a120ec0a362b79bd71
tree55ad55c44e3c31006e88dcbd8b2c7ea0fc5e15f1
parenta437df5f8bbc6b52231bbeaef8b4052698c9007a
block/drbd: remove useless comments in receive_DataReply()

All implementations of req->collision, _req_may_be_done and
drbd_fail_pending_reads have been removed, so remove the comments
in receive_DataReply() that provide no useful information.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Acked-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Link: https://lore.kernel.org/r/20220920015216.782190-3-cuigaosheng1@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_receiver.c