aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2021-10-10 15:21:35 +0200
committerSteve French <[email protected]>2021-11-06 23:52:06 -0500
commite8d585b2f68c0b10c966ee55146de043429085a3 (patch)
tree0b2b6e1b8cab9332fcfe4c8033af3fa9c5350630 /scripts/gdb/linux/modules.py
parent341b16014bf871115f0883e831372c4b76389d03 (diff)
ksmbd: 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); Acked-by: Namjae Jeon <[email protected]> Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions