Re: [PATCH 2.6.12-rc3-mm3] connector: add a fork connector

From: aq
Date: Mon May 09 2005 - 08:33:41 EST


On 5/9/05, Guillaume Thouvenin <guillaume.thouvenin@xxxxxxxx> wrote:
> ChangeLog:
>
> - Replace the GFP_ATOMIC flag in cn_netlink_send() by
> GFP_KERNEL|__GFP_NOFAIL
> - Move the following code
> #ifdef CONFIG_FORK_CONNECTOR
> static DEFINE_PER_CPU(unsigned long, fork_counts);
> #endif /* CONFIG_FORK_CONNECTOR */
> in the driver/connector/cn_fork.c file.
> - Remove the code of fork_connector() from the header file
> and put it in cn_fork.c

this is a good idea, because it will shrink your modification to
mainline kernel by few more lines ;-)

regards,
aq
-
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/