[PATCH] rpc_delete_timer race fix
Patch from Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de> Fix a race wherein timer_pending() returns false, but the timer handler is actually running on another CPU. We need to call del_timer_sync() regardless, so we wait for completion of the handler.
Showing
Please register or sign in to comment