Go to file
Ming Lei ba5d73851e block: cleanup __blkdev_issue_discard()
Cleanup __blkdev_issue_discard() a bit:

- remove local variable of 'end_sect'
- remove code block of 'fail'

Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Xiao Ni <xni@redhat.com>
Cc: Mariusz Dabrowski <mariusz.dabrowski@intel.com>
Tested-by: Rui Salvaterra <rsalvaterra@gmail.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-11-09 06:23:16 -07:00
arch ubd: fix missing initialization of io_req 2018-11-08 06:16:09 -07:00
block block: cleanup __blkdev_issue_discard() 2018-11-09 06:23:16 -07:00
certs
crypto
Documentation blkcg: revert blkcg cleanups series 2018-11-01 19:59:53 -06:00
drivers Revert "nvmet-rdma: use a private workqueue for delete" 2018-11-09 06:14:47 -07:00
firmware
fs blkcg: revert blkcg cleanups series 2018-11-01 19:59:53 -06:00
include blkcg: revert blkcg cleanups series 2018-11-01 19:59:53 -06:00
init
ipc
kernel blkcg: revert blkcg cleanups series 2018-11-01 19:59:53 -06:00
lib
LICENSES
mm blkcg: revert blkcg cleanups series 2018-11-01 19:59:53 -06:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Fix remaining pointers to obsolete libata.git 2018-11-07 15:27:26 -07:00
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.