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:
a4ffc0a
)
block: fixup rq_init() a bit
author
Jens Axboe
<jens.axboe@oracle.com>
Fri, 8 Feb 2008 11:41:03 +0000
(12:41 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 8 Feb 2008 11:41:03 +0000
(12:41 +0100)
Rearrange fields in cache order and initialize some fields that
we didn't previously init. Remove init of ->completion_data, it's
part of a union with ->hash. Luckily clearing the rb node is the same
as setting it to null!
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found