Re: [PATCH] sysfs: sysfs_add_one tells you _where_ the duplicatefile is

From: Greg KH
Date: Thu Feb 12 2009 - 12:51:31 EST


On Thu, Feb 12, 2009 at 10:38:35AM -0700, Alex Chiang wrote:
> + if (ret == -EEXIST) {
> + char *path = kzalloc(PATH_MAX, GFP_KERNEL);

You forgot to check the return value of kzalloc().

Another try?

8th time's a charm? :)

thanks,

greg k-h
--
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/