diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-01-11 12:25:30 -0800 |
|---|---|---|
| committer | Mikulas Patocka <mpatocka@redhat.com> | 2026-01-14 13:18:08 +0100 |
| commit | 569e785957d7d27224e39d92bff4d20ab6aab324 (patch) | |
| tree | a4267e9e9777648ceb98e6765c5f4e1db9dc4ed3 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | d4880868670198df321627a949e7b7f2d76cf54e (diff) | |
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 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
