From: Theodore Ts'o Date: Thu, 30 Jun 2011 01:44:45 +0000 (-0400) Subject: ext4: remove loop around bio_alloc() X-Git-Tag: v3.1-rc1~90^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275d3ba6b40d0f098693b9089c6fee9bd4e55d74;p=pandora-kernel.git ext4: remove loop around bio_alloc() These days, bio_alloc() is guaranteed to never fail (as long as nvecs is less than BIO_MAX_PAGES), so we don't need the loop around the struct bio allocation. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed