Hi, Andrew<snip>
On Wed, Mar 29, 2006 at 09:04:06PM -0800, Andrew Morton wrote:
Shailabh Nagar <nagar@xxxxxxxxxxxxxx> wrote:
delayacct-genetlink.patch
Create a generic netlink interface (NETLINK_GENERIC family),
called "taskstats", for getting delay and cpu statistics of
tasks and thread groups during their lifetime and when they exit.
Sorry, it should return the value returned by genl_register_family.+EFAULT?
+static int __init taskstats_init(void)
+{
+ if (genl_register_family(&family))
+ return -EFAULT;
It shouldn't be (Shailabh please comment). We will fix it.