Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758134AbYFXGB7 (ORCPT ); Tue, 24 Jun 2008 02:01:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751810AbYFXGBu (ORCPT ); Tue, 24 Jun 2008 02:01:50 -0400 Received: from mx1.redhat.com ([66.187.233.31]:34329 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbYFXGBu (ORCPT ); Tue, 24 Jun 2008 02:01:50 -0400 Date: Tue, 24 Jun 2008 02:01:47 -0400 (EDT) From: Mikulas Patocka To: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org cc: davem@davemloft.net, Alasdair G Kergon Subject: [9/10 PATCH] inline dm-kcopyd-inline-wake.patch In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 23 Inline wake. Just passes arguments around. Signed-off-by: Mikulas Patocka Index: linux-2.6.26-rc7-devel/drivers/md/dm-kcopyd.c =================================================================== --- linux-2.6.26-rc7-devel.orig/drivers/md/dm-kcopyd.c 2008-06-24 07:28:06.000000000 +0200 +++ linux-2.6.26-rc7-devel/drivers/md/dm-kcopyd.c 2008-06-24 07:37:54.000000000 +0200 @@ -61,7 +61,7 @@ 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); } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/