]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
iomap: move the direct IO code into a separate file
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:50:59 +0000 (08:50 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 17 Jul 2019 14:16:00 +0000 (07:16 -0700)
commitdb074436f421967f4f30cfbb6fbc2a728f3e62b3
treee4b7ada3652978fc7c8d9285660a34b3be1a5c36
parent56a178981d47075f6fe5e1c4de77036c821d2877
iomap: move the direct IO code into a separate file

Move the direct IO code into a separate file so that we can group
related functions in a single file instead of having a single enormous
source file.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/iomap.c
fs/iomap/Makefile
fs/iomap/direct-io.c [new file with mode: 0644]
include/linux/iomap.h