Loading net/sched/cls_cgroup.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -103,7 +103,7 @@ static struct cftype ss_files[] = { { } /* terminate */ { } /* terminate */ }; }; struct cgroup_subsys net_cls_subsys = { static struct cgroup_subsys net_cls_subsys = { .name = "net_cls", .name = "net_cls", .css_alloc = cgrp_css_alloc, .css_alloc = cgrp_css_alloc, .css_online = cgrp_css_online, .css_online = cgrp_css_online, Loading Loading
net/sched/cls_cgroup.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -103,7 +103,7 @@ static struct cftype ss_files[] = { { } /* terminate */ { } /* terminate */ }; }; struct cgroup_subsys net_cls_subsys = { static struct cgroup_subsys net_cls_subsys = { .name = "net_cls", .name = "net_cls", .css_alloc = cgrp_css_alloc, .css_alloc = cgrp_css_alloc, .css_online = cgrp_css_online, .css_online = cgrp_css_online, Loading