diff options
author | Milan Broz <mbroz@redhat.com> | 2007-10-19 22:38:58 +0100 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2007-10-20 02:01:14 +0100 |
commit | cabf08e4d3d1181d7c408edae97fb4d1c31518af (patch) | |
tree | b931cc050b8294a6f04790683e191e324268bad6 /mm | |
parent | 9934a8bea2fc67e6f07d74304eca2a91d251bfe8 (diff) |
dm crypt: add post processing queue
Add post-processing queue (per crypt device) for read operations.
Current implementation uses only one queue for all operations
and this can lead to starvation caused by many requests waiting
for memory allocation. But the needed memory-releasing operation
is queued after these requests (in the same queue).
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions