diff options
| author | 2021-10-10 16:29:28 +0200 | |
|---|---|---|
| committer | 2021-11-01 13:28:43 -0400 | |
| commit | ea3dba305252b4b3248836f2e1932d7a1aec647c (patch) | |
| tree | 1a64f86665260504d6676075a8607845c5d23414 /net/lapb | |
| parent | dm crypt: log aead integrity violations to audit subsystem (diff) | |
| download | linux-rng-ea3dba305252b4b3248836f2e1932d7a1aec647c.tar.xz linux-rng-ea3dba305252b4b3248836f2e1932d7a1aec647c.zip  | |
dm: Remove redundant flush_workqueue() calls
destroy_workqueue() already drains the queue before destroying it, so
there is no need to flush it explicitly.
Remove the redundant flush_workqueue() calls.
This was generated with coccinelle:
@@
expression E;
@@
- 	flush_workqueue(E);
	destroy_workqueue(E);
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions
