No description
Find a file
Kemeng Shi c31e76bcc3 blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx
Commit 97889f9ac2 ("blk-mq: remove synchronize_rcu() from
blk_mq_del_queue_tag_set()") remove handle of TAG_SHARED in restart,
then shared_hctx_restart counted for how many hardware queues are marked
for restart is removed too.
Remove the stale comment that we still count hardware queues need restart.

Fixes: 97889f9ac2 ("blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-02-06 09:22:28 -07:00
arch
block blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx 2023-02-06 09:22:28 -07:00
certs
crypto
Documentation block: stub out and deprecated the capability attribute on the gendisk 2023-02-06 08:44:55 -07:00
drivers vringh: use bvec_set_page to initialize a bvec 2023-02-03 10:17:42 -07:00
fs splice: use bvec_set_page to initialize a bvec 2023-02-03 10:17:42 -07:00
include
init
io_uring io_uring: use bvec_set_page to initialize a bvec 2023-02-03 10:17:42 -07:00
ipc
kernel
lib
LICENSES
mm swap: use bvec_set_page to initialize bvecs 2023-02-03 10:17:42 -07:00
net libceph: use bvec_set_page to initialize bvecs 2023-02-03 10:17:43 -07:00
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

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.