提交 0e78eccc 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

xtensa/simdisk: fix compile error

Fixes: d004a5e7 ("block: remove __bio_kmap_atomic")
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 1e496938
......@@ -116,7 +116,7 @@ static blk_qc_t simdisk_make_request(struct request_queue *q, struct bio *bio)
simdisk_transfer(dev, sector, len, buffer,
bio_data_dir(bio) == WRITE);
sector += len;
kunmap_atomic(buffer)
kunmap_atomic(buffer);
}
bio_endio(bio);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册