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:
c039c33
)
dm crypt: rename pending field
author
Mikulas Patocka
<mpatocka@redhat.com>
Fri, 27 Jul 2012 14:08:04 +0000
(15:08 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Fri, 27 Jul 2012 14:08:04 +0000
(15:08 +0100)
There are two dm crypt structures that have a field called "pending".
This patch renames them to "cc_pending" and "io_pending" to reduce confusion
and ease searching the code.
Also remove unnecessary initialisation of r in crypt_convert_block().
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
No differences found