The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Thomas Weißschuh a378f6a40f block: constify the whole_disk device_attribute
The struct is never modified so it can be const.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230419-const-partition-v3-4-4e14e48be367@weissschuh.net
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-05-30 11:12:43 -06:00
Documentation
LICENSES
arch
block block: constify the whole_disk device_attribute 2023-05-30 11:12:43 -06:00
certs
crypto
drivers Merge branch 'for-6.5/splice' into for-6.5/block 2023-05-24 08:42:22 -06:00
fs block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic 2023-05-24 08:42:44 -06:00
include block: constify struct part_type part_type 2023-05-30 11:12:43 -06:00
init
io_uring
ipc
kernel trace: Convert trace/seq to use copy_splice_read() 2023-05-24 08:42:16 -06:00
lib iov_iter: Kill ITER_PIPE 2023-05-24 08:42:17 -06:00
mm splice: kdoc for filemap_splice_read() and copy_splice_read() 2023-05-24 08:42:17 -06:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.