inet: frags: uninline fqdir_init()
Eric Dumazet authored

fqdir_init() is not fast path and is getting bigger.
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
6b73d197
Name Last commit Last update
Documentation dt-bindings: net: add qca,ar71xx.txt documentation
LICENSES LICENSES: Rename other to deprecated
arch MIPS: ath79: ar9331: add Ethernet nodes
block Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
drivers enetc: Enable TC offloading with mqprio
fs Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
include inet: frags: uninline fqdir_init()
init treewide: Add SPDX license identifier - Makefile/Kconfig
ipc ipc: do cyclic id allocation for the ipc object.
kernel Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
lib Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
mm treewide: Add SPDX license identifier - Makefile/Kconfig
net inet: frags: uninline fqdir_init()
samples treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
scripts Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
security Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
tools selftests/net: ipv6 flowlabel
usr user/Makefile: Fix typo and capitalization in comment section
virt treewide: Add SPDX license identifier - Makefile/Kconfig
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.