You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SG] Update drivers to use sg helpers
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -388,6 +388,7 @@ static int __send_request(struct request *req)
|
||||
op = VD_OP_BWRITE;
|
||||
}
|
||||
|
||||
sg_init_table(sg, port->ring_cookies);
|
||||
nsg = blk_rq_map_sg(req->q, req, sg);
|
||||
|
||||
len = 0;
|
||||
|
||||
Reference in New Issue
Block a user