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

splice: handle try_to_release_page() failure



splice currently assumes that try_to_release_page() always suceeds,
but it can return failure. If it does, we cannot steal the page.

Acked-by: default avatarMingming Cao <cmm@us.ibm.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent a82c53a0
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