commit | 275d3ba6b40d0f098693b9089c6fee9bd4e55d74 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jun 29 21:44:45 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 29 21:44:45 2011 -0400 |
tree | 0f78d9bc4fe10424a692370655d27ee6f509a470 | |
parent | 9331b6261058eb85ae7c57ab8ac279e7fdaa9f04 [diff] |
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" <tytso@mit.edu>