git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9331b62
)
ext4: remove loop around bio_alloc()
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 30 Jun 2011 01:44:45 +0000
(21:44 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 30 Jun 2011 01:44:45 +0000
(21:44 -0400)
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>
No differences found