]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: move the generic write and copy checks out of mm
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 15 Oct 2020 16:21:17 +0000 (09:21 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 15 Oct 2020 16:50:01 +0000 (09:50 -0700)
commitad79b242f8222f79791ad668f87087b4bb83ce90
tree2f07ac1839715c764cc308d443bd4dde9cda65eb
parent8f1bef4565c60ae6376862fd8bd70822a4e9a76e
vfs: move the generic write and copy checks out of mm

The generic write check helpers also don't have much to do with the page
cache, so move them to the vfs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/read_write.c
include/linux/fs.h
mm/filemap.c