[SG] Update crypto/ to sg helpers
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -41,7 +41,7 @@ static int update2(struct hash_desc *desc,
|
||||
return 0;
|
||||
|
||||
for (;;) {
|
||||
struct page *pg = sg->page;
|
||||
struct page *pg = sg_page(sg);
|
||||
unsigned int offset = sg->offset;
|
||||
unsigned int l = sg->length;
|
||||
|
||||
|
Reference in New Issue
Block a user