]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
cgroup, netclassid: remove double cond_resched
authorJiri Slaby <jslaby@suse.cz>
Mon, 20 Apr 2020 07:04:24 +0000 (09:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Apr 2020 22:44:30 +0000 (15:44 -0700)
commit526f3d96b8f83b1b13d73bd0b5c79cc2c487ec8e
tree517d414a8e8a41cb380ca3aab2dc47f3b30136d4
parent76fc6a9a9a6a19213db86362ce0ff8299d7a6b9e
cgroup, netclassid: remove double cond_resched

Commit 018d26fcd12a ("cgroup, netclassid: periodically release file_lock
on classid") added a second cond_resched to write_classid indirectly by
update_classid_task. Remove the one in write_classid.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Dmitry Yakunin <zeil@yandex-team.ru>
Cc: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netclassid_cgroup.c