aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/fpga/fpga-programming.rst
diff options
context:
space:
mode:
authorJens Axboe <[email protected]>2021-12-06 10:49:04 -0700
committerJens Axboe <[email protected]>2021-12-06 10:49:04 -0700
commite47498afeca9a0c6d07eeeacc46d563555a3f677 (patch)
treee181912fc7daa3f1b7f6f203b221b939956e52f7 /Documentation/driver-api/fpga/fpga-programming.rst
parenta226abcd5d427fe9d42efc442818a4a1821e2664 (diff)
io-wq: remove spurious bit clear on task_work addition
There's a small race here where the task_work could finish and drop the worker itself, so that by the time that task_work_add() returns with a successful addition we've already put the worker. The worker callbacks clear this bit themselves, so we don't actually need to manually clear it in the caller. Get rid of it. Reported-by: [email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'Documentation/driver-api/fpga/fpga-programming.rst')
0 files changed, 0 insertions, 0 deletions