From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Axboe Subject: Re: [PATCH -next] drbd: needs __ratelimit() Date: Wed, 7 Oct 2009 19:26:26 +0200 Message-ID: <20091007172626.GG8703@kernel.dk> References: <20091007173517.abfcfa2a.sfr@canb.auug.org.au> <20091007102153.1a19119b.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20091007102153.1a19119b.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: drbd-dev-bounces-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org Errors-To: drbd-dev-bounces-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org To: Randy Dunlap Cc: Stephen Rothwell , linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML , drbd-dev-cunTk1MwBs8qoQakbn7OcQ@public.gmane.org List-Id: linux-next.vger.kernel.org On Wed, Oct 07 2009, Randy Dunlap wrote: > From: Randy Dunlap > > drbd_int.h uses __ratelimit(), so it needs to #include ratelimit.h: > > drivers/block/drbd/drbd_int.h:1765: error: implicit declaration of function '__ratelimit' Thanks Randy, applied. -- Jens Axboe From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kernel.dk (brick.kernel.dk [93.163.65.50]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id C61611062308 for ; Wed, 7 Oct 2009 19:26:27 +0200 (CEST) Date: Wed, 7 Oct 2009 19:26:26 +0200 From: Jens Axboe To: Randy Dunlap Message-ID: <20091007172626.GG8703@kernel.dk> References: <20091007173517.abfcfa2a.sfr@canb.auug.org.au> <20091007102153.1a19119b.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091007102153.1a19119b.randy.dunlap@oracle.com> Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , drbd-dev@lists.linbit.com Subject: Re: [Drbd-dev] [PATCH -next] drbd: needs __ratelimit() List-Id: Coordination of development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Oct 07 2009, Randy Dunlap wrote: > From: Randy Dunlap > > drbd_int.h uses __ratelimit(), so it needs to #include ratelimit.h: > > drivers/block/drbd/drbd_int.h:1765: error: implicit declaration of function '__ratelimit' Thanks Randy, applied. -- Jens Axboe From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933962AbZJGR1G (ORCPT ); Wed, 7 Oct 2009 13:27:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759702AbZJGR1F (ORCPT ); Wed, 7 Oct 2009 13:27:05 -0400 Received: from brick.kernel.dk ([93.163.65.50]:34980 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759628AbZJGR1D (ORCPT ); Wed, 7 Oct 2009 13:27:03 -0400 Date: Wed, 7 Oct 2009 19:26:26 +0200 From: Jens Axboe To: Randy Dunlap Cc: Stephen Rothwell , drbd-dev@lists.linbit.com, linux-next@vger.kernel.org, LKML Subject: Re: [PATCH -next] drbd: needs __ratelimit() Message-ID: <20091007172626.GG8703@kernel.dk> References: <20091007173517.abfcfa2a.sfr@canb.auug.org.au> <20091007102153.1a19119b.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091007102153.1a19119b.randy.dunlap@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 07 2009, Randy Dunlap wrote: > From: Randy Dunlap > > drbd_int.h uses __ratelimit(), so it needs to #include ratelimit.h: > > drivers/block/drbd/drbd_int.h:1765: error: implicit declaration of function '__ratelimit' Thanks Randy, applied. -- Jens Axboe