[PATCH] splice: potential !page dereference
authorDave Jones <davej@redhat.com>
Mon, 10 Apr 2006 07:02:40 +0000 (09:02 +0200)
committerJens Axboe <axboe@suse.de>
Mon, 10 Apr 2006 07:02:40 +0000 (09:02 +0200)
We can get to out: with a NULL page, which we probably
don't want to be calling page_cache_release() on.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Jens Axboe <axboe@suse.de>
fs/splice.c

diff --cc fs/splice.c
Simple merge