diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-07-20 15:18:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 18:07:01 +0200 |
commit | 6a860c979b35469e4d77da781a96bdb2ca05ae64 (patch) | |
tree | 3160a7a4c76743fa4ca9a9eb9ccb0d67bc363d9b /drivers/ata | |
parent | lguest: override sched_clock (diff) | |
download | linux-6a860c979b35469e4d77da781a96bdb2ca05ae64.tar.xz linux-6a860c979b35469e4d77da781a96bdb2ca05ae64.zip |
splice: fix bad unlock_page() in error case
If add_to_page_cache_lru() fails, the page will not be locked. But
splice jumps to an error path that does a page release and unlock,
causing a BUG() in unlock_page().
Fix this by adding one more label that just releases the page. This bug
was actually triggered on EL5 by gurudas pai <gurudas.pai@oracle.com>
using fio.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ata')
0 files changed, 0 insertions, 0 deletions