Skip to content
Commit 4f231228 authored by Jens Axboe's avatar Jens Axboe
Browse files

splice: fix repeated kmap()'s in default_file_splice_read()



We cannot reliably map more than one page at the time, or we risk
deadlocking. Just allocate the pages from low mem instead.

Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 2b1ccc0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment