A mirror of the official Linux kernel repository just in case
Go to file
Christoph Hellwig 41e5c81984 block: remove the partno field from struct hd_struct
Just use the bd_partno field in struct block_device everywhere.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-12-01 14:53:40 -07:00
arch
block block: remove the partno field from struct hd_struct 2020-12-01 14:53:40 -07:00
certs
crypto
Documentation
drivers block: switch partition lookup to use struct block_device 2020-12-01 14:53:40 -07:00
fs block: switch partition lookup to use struct block_device 2020-12-01 14:53:40 -07:00
include block: remove the partno field from struct hd_struct 2020-12-01 14:53:40 -07:00
init block: remove the partno field from struct hd_struct 2020-12-01 14:53:40 -07:00
ipc
kernel block: move the start_sect field to struct block_device 2020-12-01 14:53:40 -07:00
lib
LICENSES
mm filemap: consistently use ->f_mapping over ->i_mapping 2020-12-01 14:53:38 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.10-rc4 2020-11-15 16:44:31 -08:00
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.