diff options
author | Nam Cao <namcao@linutronix.de> | 2024-10-31 16:14:19 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-11-07 02:47:05 +0100 |
commit | c95d36585b9f8c43a4c5d5a9fe22477a138b63f4 (patch) | |
tree | 0a7746966221842f346f7e32e09e1c5c9f845834 /fs/pstore | |
parent | _RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_ (diff) | |
download | linux-c95d36585b9f8c43a4c5d5a9fe22477a138b63f4.tar.xz linux-c95d36585b9f8c43a4c5d5a9fe22477a138b63f4.zip |
io_uring: Remove redundant hrtimer's callback function setup
The IORING_OP_TIMEOUT command uses hrtimer underneath. The timer's callback
function is setup in io_timeout(), and then the callback function is setup
again when the timer is rearmed.
Since the callback function is the same for both cases, the latter setup is
redundant, therefore remove it.
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jens Axboe <axboe@kernel.dk:
Link: https://lore.kernel.org/all/07b28dfd5691478a2d250f379c8b90dd37f9bb9a.1730386209.git.namcao@linutronix.de
Diffstat (limited to 'fs/pstore')
0 files changed, 0 insertions, 0 deletions