> +struct cgroup_subsys net_cls_subsys = {
> +     .name           = "net_cls",
> +     .create         = cgrp_create,
> +     .destroy        = cgrp_destroy,
> +     .populate       = cgrp_populate,
> +#ifdef CONFIG_NET_CLS_CGROUP
> +     .subsys_id      = net_cls_subsys_id,
> +#else
> +#define net_cls_subsys_id net_cls_subsys.subsys_id
> +#endif

This looks a bit odd. I think below is the more standard way:

#ifndef MODULES
...
#else
...
#endif

> +     .module         = THIS_MODULE,
> +};


_______________________________________________
Containers mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to