btrfs: merge alloc_device helpers
David Sterba authored

There are two helpers called in chain from one location, we can merge the
functionaliy.

Originally, alloc_fs_devices could fill the device uuid randomly if we
we didn't give the uuid buffer. This happens for seed devices but the
fsid is generated in btrfs_prepare_sprout, so we can remove it.
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
2dfeca9b
Name Last commit Last update
Documentation Merge tag 'fbdev-v4.13-rc5' of git://github.com/bzolnier/linux
arch Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
block block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet time
certs modsign: add markers to endif-statements in certs/Makefile
crypto crypto: authencesn - Fix digest_null crash
drivers Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
firmware firmware/Makefile: force recompilation if makefile changes
fs btrfs: merge alloc_device helpers
include btrfs: Remove redundant argument of flush_space
init random: do not ignore early device randomness
ipc ipc: add missing container_of()s for randstruct
kernel mm: migrate: prevent racy access to tlb_flush_pending
lib fault-inject: fix wrong should_fail() decision in task context
mm rmap: do not call mmu_notifier_invalidate_page() under ptl
net packet: fix tp_reserve race in packet_set_ring
samples samples/bpf: fix bpf tunnel cleanup
scripts parse-maintainers: Move matching sections from MAINTAINERS
security Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound Merge tag 'asoc-fix-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools bpf: fix selftest/bpf/test_pkt_md_access on s390x
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
.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
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
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.