https://github.com/torvalds/linux
Revision 61939b12dc24d0ac958020f261046c35a16e0c48 authored by John Pittman on 23 May 2019, 21:49:39 UTC, committed by Jens Axboe on 31 May 2019, 21:12:34 UTC
While troubleshooting issues where cloned request limits have been
exceeded, it is often beneficial to know the actual values that
have been breached.  Print these values, assisting in ease of
identification of root cause of the breach.

Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: John Pittman <jpittman@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent cd669f8
Raw File
Tip revision: 61939b12dc24d0ac958020f261046c35a16e0c48 authored by John Pittman on 23 May 2019, 21:49:39 UTC
block: print offending values when cloned rq limits are exceeded
Tip revision: 61939b1
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.
back to top