From 6e36847ff1e44d7041c90b9d1c1aeb86457d0b4c Mon Sep 17 00:00:00 2001 From: John Fastabend Date: Wed, 7 Dec 2011 19:17:17 +0000 Subject: [PATCH] --- yaml --- r: 278536 b: refs/heads/master c: 865d9f9f748fdc1943679ea65d9ee1dc55e4a6ae h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/core/netprio_cgroup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 52903f05cfb0..087f36af17df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7185bb335a1493f0ce27e9e94a1645a15db0fc0f +refs/heads/master: 865d9f9f748fdc1943679ea65d9ee1dc55e4a6ae diff --git a/trunk/net/core/netprio_cgroup.c b/trunk/net/core/netprio_cgroup.c index 3a9fd4826b75..ea16c8faf20c 100644 --- a/trunk/net/core/netprio_cgroup.c +++ b/trunk/net/core/netprio_cgroup.c @@ -28,7 +28,7 @@ static struct cgroup_subsys_state *cgrp_create(struct cgroup_subsys *ss, static void cgrp_destroy(struct cgroup_subsys *ss, struct cgroup *cgrp); static int cgrp_populate(struct cgroup_subsys *ss, struct cgroup *cgrp); -struct cgroup_subsys net_prio_subsys = { +static struct cgroup_subsys net_prio_subsys = { .name = "net_prio", .create = cgrp_create, .destroy = cgrp_destroy,