No description
Find a file
YueHaibing 87f70132b0 rds: remove redundant variable 'rds_ibdev'
Variable 'rds_ibdev' is being assigned but never used,
so can be removed.

fix this clang warning:
 net/rds/ib_send.c:762:24: warning: variable ‘rds_ibdev’ set but not used [-Wunused-but-set-variable]

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-01 10:00:54 -07:00
arch
block
certs
crypto
Documentation net: ipv4: Control SKB reprioritization after forwarding 2018-08-01 09:52:30 -07:00
drivers mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priority 2018-08-01 09:52:30 -07:00
firmware
fs
include tcp: add stat of data packet reordering events 2018-08-01 09:56:10 -07:00
init
ipc
kernel
lib
LICENSES
mm
net rds: remove redundant variable 'rds_ibdev' 2018-08-01 10:00:54 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Add test for ip_forward_update_priority 2018-08-01 09:52:30 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.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.
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.