Re: [PATCH 07/19] ptrace: use bit_waitqueue for TRAPPING insteadof wait_chldexit

From: Tejun Heo
Date: Wed May 25 2011 - 04:44:23 EST


Hello, Linus.

On Tue, May 24, 2011 at 12:03:16PM -0700, Linus Torvalds wrote:
> #define JOBCTL_TRAPPING_BIT xxx
> #define JOBCTL_TRAPPING (1u << JOBCTL_TRAPPING_BIT)
>
> but never ever do that stupid ilog2() thing. Every time I see it I go
> "ok, that's just total crap".
>
> Don't do it.

Sure, but can you at least explain why you dislike it so much? This
is the only place bit position is needed and having two variants with
_BIT can be confusing (I did that more than once with workqueue code).
ilog2() could be, I don't know, unfamiliar, but what's so crappy about
it?

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/