Re: [take2 1/4] kevent: core files.

From: James Morris
Date: Tue Aug 01 2006 - 09:44:54 EST


On Tue, 1 Aug 2006, Evgeniy Polyakov wrote:

> + u->ready_num = 0;
> +#ifdef CONFIG_KEVENT_USER_STAT
> + u->wait_num = u->im_num = u->total = 0;
> +#endif

Generally, #ifdefs in the body of the kernel code are discouraged. Can
you abstract these out as static inlines?


- James
--
James Morris
<jmorris@xxxxxxxxx>
-
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/