From: Namjae Jeon Date: Sat, 8 Dec 2012 05:53:40 +0000 (+0900) Subject: f2fs: rewrite f2fs_bio_alloc to make it simpler X-Git-Tag: v3.8-rc1~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c212991a6bc3ba120d41205a294c5b89f05f1535;p=pandora-kernel.git f2fs: rewrite f2fs_bio_alloc to make it simpler Since, GFP_NOFS(__GFP_WAIT) is used for allocation requests of bio in f2fs. So, there is no chance of returning NULL from the BIO allocation. Making the bio allocation routine for f2fs simpler. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat --- Reading git-diff-tree failed