commit | 40b6229b69211e24b46868675d4db1dab1a51d96 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Fri Jul 27 15:08:04 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Jul 27 15:08:04 2012 +0100 |
tree | a18bdc465b9f2d20da0ab4a939c6804b94335356 | |
parent | c039c332f23e794deb6d6f37b9f07ff3b27fb2cf [diff] |
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>