]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dm crypt: rename pending field
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 27 Jul 2012 14:08:04 +0000 (15:08 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 27 Jul 2012 14:08:04 +0000 (15:08 +0100)
commit40b6229b69211e24b46868675d4db1dab1a51d96
treea18bdc465b9f2d20da0ab4a939c6804b94335356
parentc039c332f23e794deb6d6f37b9f07ff3b27fb2cf
dm crypt: rename pending field

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>
drivers/md/dm-crypt.c