[PATCH] Redundant unplug_timer deletion
From: "Chen, Kenneth W" <kenneth.w.chen@intel.com> The only path to get to del_timer call in __generic_unplug_device() is when blk_remove_plug() returns 1, and in that case it already removed the unplug_timer. Patch to remove this redundant call.
Showing
Please register or sign in to comment