From: Gu Zheng Date: Fri, 20 Dec 2013 09:39:59 +0000 (+0800) Subject: f2fs: move all the bio initialization into __bio_alloc X-Git-Tag: v3.14-rc1~122^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940a6d34b31b96f0748a4b688a551a0890b2b229;p=pandora-kernel.git f2fs: move all the bio initialization into __bio_alloc Move all the bio initialization into __bio_alloc, and some minor cleanups are also added. v3: Use 'bool' rather than 'int' as Kim suggested. v2: Use 'is_read' rather than 'rw' as Yu Chao suggested. Remove the needless initialization of bio->bi_private. Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed