GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inode
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / workqueue.c
index d951daa..042d221 100644 (file)
@@ -2982,7 +2982,7 @@ bool cancel_delayed_work(struct delayed_work *dwork)
 
        set_work_cpu_and_clear_pending(&dwork->work, work_cpu(&dwork->work));
        local_irq_restore(flags);
-       return true;
+       return ret;
 }
 EXPORT_SYMBOL(cancel_delayed_work);