[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)
commit9aefe431f5a000884db7ae74ac208de814fe5913
tree2a5a5469f0a56529c78ca067d798fff0363207a3
parentc7f21e4f5a3d4e378e4d453b2be209dcfd1bb964
[PATCH] splice: potential !page dereference

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