[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1336932688.2656.6.camel@joe2Laptop>
Date: Sun, 13 May 2012 11:11:28 -0700
From: Joe Perches <joe@...ches.com>
To: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
Cc: Namjae Jeon <linkinjeon@...il.com>, linux-kernel@...r.kernel.org,
Amit Sahrawat <amit.sahrawat83@...il.com>
Subject: Re: [PATCH 1/2] fat: add fat_msg_ratelimit.
On Mon, 2012-05-14 at 01:10 +0900, OGAWA Hirofumi wrote:
> Joe Perches <joe@...ches.com> writes:
> > On Sun, 2012-05-13 at 07:03 -0400, Namjae Jeon wrote:
> >> I tried to add fat_msg_ratelimit to limit many message at once.
[]
> > #define fat_msg_ratelimit(sb, level, fmt, args...) \
> > do { \
> > if (! __ratelimit(&MSDOS_SB(sb)->ratelimit)) \
This should be
if (__ratelimit(etc..))
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists