]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm crypt: move dec_pending on error into write_io_submit
authorMilan Broz <mbroz@redhat.com>
Fri, 10 Oct 2008 12:37:06 +0000 (13:37 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 10 Oct 2008 12:37:06 +0000 (13:37 +0100)
commit6c031f41db15b6cb0cd33545cec28ca706cd3c7e
tree85434cd7db8ff2e8dc82f5821a9cd3b31ffeb86c
parent1e37bb8e557a186d327eb4d1387953880ffc2cdd
dm crypt: move dec_pending on error into write_io_submit

Make kcryptd_crypt_write_io_submit() responsible for decrementing
the pending count after an error.

Also fixes a bug in the async path that forgot to decrement it.

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-crypt.c