commit | 78c2f0b8c285c5305b3e67b0595200541e15eb43 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 22 19:40:16 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 22 19:40:16 2007 +0200 |
tree | 6537a046641e9a3dba3f4735b42d7f04e60e29f8 | |
parent | 9b61764bcb4360e04386f0415a01da8271631004 [diff] [blame] |
[SG] Update crypto/ to sg helpers Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c index d6852c3..b9bbda0 100644 --- a/crypto/scatterwalk.c +++ b/crypto/scatterwalk.c
@@ -54,7 +54,7 @@ if (out) { struct page *page; - page = walk->sg->page + ((walk->offset - 1) >> PAGE_SHIFT); + page = sg_page(walk->sg) + ((walk->offset - 1) >> PAGE_SHIFT); flush_dcache_page(page); }