From: Dan Carpenter Date: Thu, 15 Aug 2013 05:54:56 +0000 (+0300) Subject: f2fs: alloc_page() doesn't return an ERR_PTR X-Git-Tag: v3.12-rc1~127^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27dae4d663762da2020e93885be2219f0608ec6;p=pandora-kernel.git f2fs: alloc_page() doesn't return an ERR_PTR alloc_page() returns a NULL on failure, it never returns an ERR_PTR. Signed-off-by: Dan Carpenter Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed