• Andrew Morton's avatar
    [PATCH] Redundant unplug_timer deletion · 3b704d3f
    Andrew Morton authored
    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.
    3b704d3f
ll_rw_blk.c 76.5 KB