commit | ca39d651d17df49b6d11f851d56c0ce0ce01ea1a | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue May 20 21:27:41 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed May 28 14:49:27 2008 +0200 |
tree | 4bb546d7c8897f028dba7a099799b777e3602cb4 | |
parent | a82c53a0e3f57f02782330372b7adad67b417645 [diff] |
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: Mingming Cao <cmm@us.ibm.com Signed-off-by: Jens Axboe <jens.axboe@oracle.com>