[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090508121306.643f41c3@lxorguk.ukuu.org.uk>
Date: Fri, 8 May 2009 12:13:06 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Jiri Slaby <jirislaby@...il.com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Jiri Slaby <jirislaby@...il.com>, Ferenc Wagner <wferi@...f.hu>
Subject: Re: [PATCH 1/2] Char: rocket, fix ASYNC flags
On Fri, 8 May 2009 10:32:43 +0200
Jiri Slaby <jirislaby@...il.com> wrote:
> ASYNC_* flags are not bits, but rather constants, use ilog2 to obtain
> bit positions and stay atomic.
Definitely agree with the bug but it would I think be cleaner to add
ASYNCF_.. (or ASYNCB_.. or similar) that is the bit numbers rather than
use ilog2. That also means we can later delete ASYNC_xxx from the kernel
side to stop people using them unsafely in drivers
--
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