diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-01-11 23:25:30 +0300 |
|---|---|---|
| committer | Mikulas Patocka <mpatocka@redhat.com> | 2026-01-14 15:18:08 +0300 |
| commit | 569e785957d7d27224e39d92bff4d20ab6aab324 (patch) | |
| tree | a4267e9e9777648ceb98e6765c5f4e1db9dc4ed3 /include/uapi/linux/errqueue.h | |
| parent | d4880868670198df321627a949e7b7f2d76cf54e (diff) | |
| download | linux-569e785957d7d27224e39d92bff4d20ab6aab324.tar.xz | |
dm-verity: consolidate the BH and normal work structs
Since each dm_verity_io is never on both the BH and normal workqueues at
the same time, there's no need for two different work_structs. Replace
the 'bh_work' and 'work' fields with just 'work'.
Note: this is correct even though it means 'work' may be reused while
verity_bh_work() is running. The workqueue API allows work functions to
reuse or free their work_struct, and many workqueue users rely on that.
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'include/uapi/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
