cryptsetup: add support for workqueue options
authorJonathan G. Underwood <jonathan.underwood@gmail.com>
Tue, 22 Dec 2020 20:04:52 +0000 (20:04 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Dec 2020 14:24:12 +0000 (15:24 +0100)
commitdef3ea14df31ad827c7ef2af3b6ce96ca2e0ebcf
tree2ce07ef5da2665a0c779e77c12b5203804d178e8
parent90f7f6c5777e9e2a4990f299474f730459054bf4
cryptsetup: add support for workqueue options

This commit adds support for disabling the read and write
workqueues with the new crypttab options no-read-workqueue
and no-write-workqueue. These correspond to the cryptsetup
options --perf-no_read_workqueue and --perf-no_write_workqueue
respectively.

(cherry picked from commit 227acf0009bde2cd7f8bc371615b05e84137847d)
man/crypttab.xml
src/cryptsetup/cryptsetup.c
src/shared/crypt-util.h