Linux kernel source tree
Find a file
Shida Zhang b154a017c9 cgroup: remove the superfluous judgment
Remove the superfluous judgment since the function is
never called for a root cgroup, as suggested by Tejun.

Suggested-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Shida Zhang <zhangshida@kylinos.cn>
Reviewed-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
2022-05-19 21:49:45 -10:00
arch
block
certs
crypto
Documentation
drivers drm-fixes for 5.18-rc4 2022-04-21 20:10:43 -07:00
fs
include Merge branch 'akpm' (patches from Andrew) 2022-04-22 10:10:43 -07:00
init
ipc
kernel cgroup: remove the superfluous judgment 2022-05-19 21:49:45 -10:00
lib
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2022-04-22 10:10:43 -07:00
net
samples
scripts
security
sound
tools kseltest/cgroup: Make test_stress.sh work if run interactively 2022-05-13 09:33:21 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2022-04-22 10:10:43 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.