]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
iomap: start moving code to fs/iomap/
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:50:57 +0000 (08:50 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:50:57 +0000 (08:50 -0700)
Create the build infrastructure we need to start migrating iomap code to
fs/iomap/ from fs/iomap.c.

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

index f5533d1bda2e6813b925e28cc28db79639bb9342..1086ac7b0f0525c98abe43a1b47fcf87fb45fa49 100644 (file)
@@ -8362,6 +8362,7 @@ L:        linux-fsdevel@vger.kernel.org
 T:     git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
 S:     Supported
 F:     fs/iomap.c
+F:     fs/iomap/
 F:     include/linux/iomap.h
 
 IOMMU DRIVERS
index c9aea23aba560c9246c4da0ce327a35f89c0790d..8e61bdf9f330c7432d84e8e7fcfe960b50663c89 100644 (file)
@@ -53,6 +53,7 @@ obj-$(CONFIG_SYSCTL)          += drop_caches.o
 
 obj-$(CONFIG_FHANDLE)          += fhandle.o
 obj-$(CONFIG_FS_IOMAP)         += iomap.o
+obj-y                          += iomap/
 
 obj-y                          += quota/
 
diff --git a/fs/iomap/Makefile b/fs/iomap/Makefile
new file mode 100644 (file)
index 0000000..de5a1f9
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-newer
+#
+# Copyright (c) 2019 Oracle.
+# All Rights Reserved.
+#