From: Dave Jones Date: Mon, 10 Apr 2006 07:02:40 +0000 (+0200) Subject: [PATCH] splice: potential !page dereference X-Git-Tag: v2.6.17-rc2~107^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aefe431f5a000884db7ae74ac208de814fe5913;p=pandora-kernel.git [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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed