From cabf08e4d3d1181d7c408edae97fb4d1c31518af Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Fri, 19 Oct 2007 22:38:58 +0100 Subject: [PATCH] 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 Signed-off-by: Herbert Xu Signed-off-by: Alasdair G Kergon --- Reading git-format-patch failed