nvme-loop: fix module_init (theoretical) error path
Sagi Grimberg authored
if nvmf_register_transport happend to fail, we
need to nvmet_unregister_transport as well.
Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
d19eef02
Name Last commit Last update
Documentation blk-throttle: make throtl_slice tunable
arch Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
block blk-mq: fix schedule-under-preempt for blocking drivers
certs certs: Add a secondary system keyring that can be added to dynamically
crypto net: Work around lockdep limitation in sockets that use sockets
drivers nvme-loop: fix module_init (theoretical) error path
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs block: Fix oops in locked_inode_to_wb_and_lock_list()
include net/utils: generic inet_pton_with_scope helper
init Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
ipc Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib kobject: Export kobject_get_unless_zero()
mm bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
net net/utils: generic inet_pton_with_scope helper
samples Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
scripts Merge branch 'akpm' (patches from Andrew)
security Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
sound scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr kbuild: initramfs cleanup, set target from Kconfig
virt KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
.mailmap mailmap: add codeaurora.org names for nameless email commits
COPYING [PATCH] update FSF address in COPYING
CREDITS MAINTAINERS: Remove old e-mail address
Kbuild scripts/gdb: provide linux constants
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade
MAINTAINERS MAINTAINERS: usb251xb: remove reference inexistent file
Makefile Linux 4.11-rc3
README README: add a new README file, pointing to the Documentation/
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.