mainlining shenanigans
Go to file
Arnd Bergmann 51c89e6a3b afs: Conditionalise a new unused variable
The bulk readpages support introduced a harmless warning:

fs/afs/file.c: In function 'afs_readpages_page_done':
fs/afs/file.c:270:20: error: unused variable 'vnode' [-Werror=unused-variable]

This adds an #ifdef to match the user of that variable.  The user of the
variable has to be conditional because it accesses a member of a struct
that is also conditional.

Fixes: 91b467e0a3 ("afs: Make afs_readpages() fetch data in bulk")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-16 13:30:52 -05:00
arch synopsys: remove dwc_eth_qos driver 2017-01-15 22:00:59 -05:00
block
certs
crypto
Documentation For 4.11, we seem to have more than in the past few releases: 2017-01-14 12:02:15 -05:00
drivers sfc: Replace memset with eth_zero_addr 2017-01-16 11:46:54 -05:00
firmware
fs afs: Conditionalise a new unused variable 2017-01-16 13:30:52 -05:00
include For 4.11, we seem to have more than in the past few releases: 2017-01-14 12:02:15 -05:00
init cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig 2017-01-11 09:47:10 -05:00
ipc
kernel bpf: allow b/h/w/dw access for bpf's cb in ctx 2017-01-12 10:00:31 -05:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-01-11 14:43:39 -05:00
mm
net For 4.11, we seem to have more than in the past few releases: 2017-01-14 12:02:15 -05:00
samples
scripts
security
sound
tools tools: psock_lib: harden socket filter used by psock tests 2017-01-12 10:23:26 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS synopsys: remove dwc_eth_qos driver 2017-01-15 22:00:59 -05:00
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.