>> + *str = kzalloc(len + 1, GFP_KERNEL); >> + if (!*str) >> + ret = -ENOMEM;
SH> would you like to return here as well? Heh, I guess that would be best :) (sigh) -- Dan Smith IBM Linux Technology Center email: [email protected] _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
