hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/include/net/netprio_cgroup.h
....@@ -1,14 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * netprio_cgroup.h Control Group Priority set
34 *
4
- *
55 * Authors: Neil Horman <nhorman@tuxdriver.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the Free
9
- * Software Foundation; either version 2 of the License, or (at your option)
10
- * any later version.
11
- *
126 */
137
148 #ifndef _NETPRIO_CGROUP_H
....@@ -32,7 +26,7 @@
3226
3327 rcu_read_lock();
3428 css = task_css(p, net_prio_cgrp_id);
35
- idx = css->cgroup->id;
29
+ idx = css->id;
3630 rcu_read_unlock();
3731 return idx;
3832 }