The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Colin Ian King 0b8cc25d94 blk-cgroup: clean up indentation
There is a statement that is indented one level too deeply, fix it
by removing a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-06-30 13:00:04 -06:00
Documentation
LICENSES
arch
block blk-cgroup: clean up indentation 2020-06-30 13:00:04 -06:00
certs
crypto
drivers blk-mq: pass request queue into get/put budget callback 2020-06-30 07:51:48 -06:00
fs block: move struct block_device to blk_types.h 2020-06-24 09:16:02 -06:00
include blk-mq: pass request queue into get/put budget callback 2020-06-30 07:51:48 -06:00
init
ipc
kernel cgroup: unexport cgroup_rstat_updated 2020-06-29 09:09:08 -06:00
lib
mm block: move bio_associate_blkg_from_page to mm/page_io.c 2020-06-29 09:09:08 -06:00
net
samples
scripts
security block: move block-related definitions out of fs.h 2020-06-24 09:16:02 -06:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.