Przeglądaj źródła

net: Update args to dummy sock_update_classid().

Only the real implementation got updated.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 12 lat temu
rodzic
commit
dc95a2c006
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/net/cls_cgroup.h

+ 1 - 1
include/net/cls_cgroup.h

@@ -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)
 {
 {
 }
 }