Loading drivers/md/dm-thin.c +1 −1 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) { struct noflush_work w; INIT_WORK(&w.worker, fn); INIT_WORK_ONSTACK(&w.worker, fn); w.tc = tc; atomic_set(&w.complete, 0); init_waitqueue_head(&w.wait); Loading Loading
drivers/md/dm-thin.c +1 −1 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ static void noflush_work(struct thin_c *tc, void (*fn)(struct work_struct *)) { struct noflush_work w; INIT_WORK(&w.worker, fn); INIT_WORK_ONSTACK(&w.worker, fn); w.tc = tc; atomic_set(&w.complete, 0); init_waitqueue_head(&w.wait); Loading