Go to file
Coly Li e57fd74684 bcache: add a comment in super.c
This patch adds a line of code comment in super.c:register_bdev(), to
make code to be more comprehensible.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-08-09 08:21:07 -06:00
arch
block cfq: Suppress compiler warnings about comparisons 2018-08-07 17:57:13 -06:00
certs
crypto
Documentation Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
drivers bcache: add a comment in super.c 2018-08-09 08:21:07 -06:00
firmware
fs Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
include Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2 2018-08-05 19:34:09 -06:00
init
ipc
kernel Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
lib
LICENSES
mm Linux 4.18-rc6 2018-08-05 19:32:09 -06:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.