Inline wake. Just passes arguments around. Signed-off-by: Mikulas Patocka --- drivers/md/dm-kcopyd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.26-rc8/drivers/md/dm-kcopyd.c =================================================================== --- linux-2.6.26-rc8.orig/drivers/md/dm-kcopyd.c 2008-06-25 03:58:20.000000000 +0200 +++ linux-2.6.26-rc8/drivers/md/dm-kcopyd.c 2008-07-01 17:44:58.000000000 +0200 @@ -61,7 +61,7 @@ struct dm_kcopyd_client { struct list_head pages_jobs; }; -static void wake(struct dm_kcopyd_client *kc) +static __always_inline void wake(struct dm_kcopyd_client *kc) { queue_work(kc->kcopyd_wq, &kc->kcopyd_work); }