Main-line Linux kernel tree http://www.kernel.org
Go to file
Matthew Wilcox (Oracle) 8371f30cf7 fs: Remove aop flags parameter from nobh_write_begin()
There are no more aop flags left, so remove the parameter.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
2022-05-08 14:28:19 -04:00
arch
block fs: Remove aop flags parameter from block_write_begin() 2022-05-08 14:28:19 -04:00
certs
crypto
Documentation fs: Remove aop_flags parameter from netfs_write_begin() 2022-05-08 14:28:19 -04:00
drivers scsicam: Fix use of page cache 2022-05-08 14:28:18 -04:00
fs fs: Remove aop flags parameter from nobh_write_begin() 2022-05-08 14:28:19 -04:00
include fs: Remove aop flags parameter from nobh_write_begin() 2022-05-08 14:28:19 -04:00
init
ipc
kernel
lib
LICENSES
mm fs: Remove aop flags parameter from grab_cache_page_write_begin() 2022-05-08 14:28:19 -04:00
net
samples
scripts
security
sound ASoC: Fixes for v5.18 2022-05-08 10:49:25 +02:00
tools
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.

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.