]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/cryptsetup/cryptsetup.c
cryptsetup: add support for workqueue options
authorJonathan G. Underwood <jonathan.underwood@gmail.com>
Tue, 22 Dec 2020 20:04:52 +0000 (20:04 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 23 Dec 2020 11:07:48 +0000 (11:07 +0000)
commit227acf0009bde2cd7f8bc371615b05e84137847d
tree6647df91a99a8c856266827b035f21052e39bda4
parent68709a636c838e0754b49caa6ff2d4168e3c99c8
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.
man/crypttab.xml
src/cryptsetup/cryptsetup.c
src/shared/cryptsetup-util.h