Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277934
b: refs/heads/master
c: 8c21522
h: refs/heads/master
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Nov 23, 2011
1 parent bb83d5b commit 0fc13eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f2149c1df50c8c712950872675f46e6e44629f0
refs/heads/master: 8c2152286aabe753519d7627a2992625b97e4b20
18 changes: 5 additions & 13 deletions trunk/include/net/netprio_cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
#include <linux/hardirq.h>
#include <linux/rcupdate.h>

struct cgroup_netprio_state
{
struct cgroup_subsys_state css;
u32 prioidx;
};

struct netprio_map {
struct rcu_head rcu;
Expand All @@ -32,6 +27,11 @@ struct netprio_map {

#ifdef CONFIG_CGROUPS

struct cgroup_netprio_state {
struct cgroup_subsys_state css;
u32 prioidx;
};

#ifndef CONFIG_NETPRIO_CGROUP
extern int net_prio_subsys_id;
#endif
Expand All @@ -52,14 +52,6 @@ static inline struct cgroup_netprio_state
#else

#define sock_update_netprioidx(sk)
#define skb_update_prio(skb)

static inline struct cgroup_netprio_state
*task_netprio_state(struct task_struct *p)
{
return NULL;
}

#endif

#endif /* _NET_CLS_CGROUP_H */

0 comments on commit 0fc13eb

Please sign in to comment.