A mirror of the official Linux kernel repository just in case
Go to file
Guoqing Jiang fb516fa367 rnbd-clt: check capacity inside rnbd_clt_change_capacity
Currently, process_msg_open_rsp checks if capacity changed or not before
call rnbd_clt_change_capacity while the checking also make sense for
rnbd_clt_resize_dev_store, let's move the checking into the function.

Acked-by: Jack Wang <jinpu.wang@ionos.com>
Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Link: https://lore.kernel.org/r/20220706133152.12058-7-guoqing.jiang@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-08-02 17:14:45 -06:00
arch for-5.20/block-2022-07-29 2022-08-02 13:46:35 -07:00
block for-5.20/block-2022-07-29 2022-08-02 13:46:35 -07:00
certs
crypto
Documentation - Refactor DM core's mempool allocation so that it clearer by not 2022-08-02 14:21:25 -07:00
drivers rnbd-clt: check capacity inside rnbd_clt_change_capacity 2022-08-02 17:14:45 -06:00
fs for-5.20/block-2022-07-29 2022-08-02 13:46:35 -07:00
include - Refactor DM core's mempool allocation so that it clearer by not 2022-08-02 14:21:25 -07:00
init
io_uring for-5.20/io_uring-zerocopy-send-2022-07-29 2022-08-02 13:37:55 -07:00
ipc
kernel for-5.20/block-2022-07-29 2022-08-02 13:46:35 -07:00
lib for-5.20/block-2022-07-29 2022-08-02 13:46:35 -07:00
LICENSES
mm for-5.20/io_uring-buffered-writes-2022-07-29 2022-08-02 13:27:23 -07:00
net for-5.20/io_uring-zerocopy-send-2022-07-29 2022-08-02 13:37:55 -07:00
samples
scripts
security - Add the ability to pass early an RNG seed to the kernel from the boot 2022-08-01 10:17:19 -07:00
sound
tools for-5.20/io_uring-zerocopy-send-2022-07-29 2022-08-02 13:37:55 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add patchwork link to linux-raid project 2022-08-02 17:14:31 -06:00
Makefile for-5.20/io_uring-2022-07-29 2022-08-02 13:20:44 -07: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.