net: Update args to dummy sock_update_classid().

Only the real implementation got updated.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-10-26 05:07:00 -04:00
Родитель e269ed26d4
Коммит dc95a2c006
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@ static inline u32 task_cls_classid(struct task_struct *p)
} }
#endif #endif
#else /* !CGROUP_NET_CLS_CGROUP */ #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)
{ {
} }