On 2006.09.14 18:41:26 -0700, Rohit Seth wrote:
> +static int __init configfs_container_init(void)
> +{
> + int ret;
> +
> + config_group_init(&containerfs_group.cs_subsys.su_group);
> + init_MUTEX(&containerfs_group.cs_subsys.su_sem);
> + ret = configfs_register_subsystem(&containerfs_group.cs_subsys);
> +
> + if (ret)
> + printk(KERN_ERR "Error %d while registering container subsystem\n", ret);
> + else {
> + container_wq = create_workqueue("Kcontainerd");
> + if (container_wq == NULL) {
> + ret = -ENOMEM;
> + printk(KERN_ERR "Unable to create Container controllers");
Shouldn't the subsystem be unregistered here?
> + }
> + }
> + return ret;
> +}
Regards,
Björn
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]