Skip to content

Commit

Permalink
net: Update args to dummy sock_update_classid().
Browse files Browse the repository at this point in the history
Only the real implementation got updated.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 26, 2012
1 parent e269ed2 commit dc95a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/cls_cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static inline u32 task_cls_classid(struct task_struct *p)
}
#endif
#else /* !CGROUP_NET_CLS_CGROUP */
static inline void sock_update_classid(struct sock *sk)
static inline void sock_update_classid(struct sock *sk, struct task_struct *task)
{
}

Expand Down

0 comments on commit dc95a2c

Please sign in to comment.