bcache: deleted code comments for dead code in bch_data_insert_keys()
authorColy Li <colyli@suse.de>
Wed, 13 Nov 2019 08:03:19 +0000 (16:03 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 13 Nov 2019 22:42:50 +0000 (15:42 -0700)
commit41fa4deef90ba1cd048b740317f50b9decae9fc8
tree56345119bcd441ad7de38457af3b5a1186ae43a5
parentaaf8dbeab5865720c66db60ae8329309e81a0c9c
bcache: deleted code comments for dead code in bch_data_insert_keys()

In request.c:bch_data_insert_keys(), there is code comment for a piece
of dead code. This patch deletes the dead code and its code comment
since they are useless in practice.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/request.c