Go to file
Greg Kroah-Hartman f0ac2abcc0 ncpfs: remove compat functionality
Now that ncpfs is gone from the tree, no need to have the compatibility
thunking layer around, it will not actually go anywhere :)

So delete that logic from fs/compat.c, it is no longer needed.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-05 19:23:26 +02:00
arch
block
certs
crypto
Documentation iio: dac: Add support for external reference voltage through the regulator framework. 2018-05-22 18:24:48 +01:00
drivers staging: ncpfs: delete it 2018-06-05 19:23:25 +02:00
firmware
fs ncpfs: remove compat functionality 2018-06-05 19:23:26 +02:00
include iio: adc: stm32-dfsdm: include stm32-dfsdm-adc.h 2018-05-20 11:25:25 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts staging: lustre: delete the filesystem from the tree. 2018-06-05 19:22:35 +02:00
security
sound
tools tools: iio: iio_generic_buffer: allow continuous looping 2018-05-20 14:55:58 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: lustre: delete the filesystem from the tree. 2018-06-05 19:22:35 +02:00
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.