Skip to content

Commit 1c23020

Browse files
committed
iomap: start moving code to fs/iomap/
Create the build infrastructure we need to start migrating iomap code to fs/iomap/ from fs/iomap.c. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
1 parent fec88ab commit 1c23020

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8362,6 +8362,7 @@ L: [email protected]
83628362
T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
83638363
S: Supported
83648364
F: fs/iomap.c
8365+
F: fs/iomap/
83658366
F: include/linux/iomap.h
83668367

83678368
IOMMU DRIVERS

fs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ obj-$(CONFIG_SYSCTL) += drop_caches.o
5353

5454
obj-$(CONFIG_FHANDLE) += fhandle.o
5555
obj-$(CONFIG_FS_IOMAP) += iomap.o
56+
obj-y += iomap/
5657

5758
obj-y += quota/
5859

fs/iomap/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-newer
2+
#
3+
# Copyright (c) 2019 Oracle.
4+
# All Rights Reserved.
5+
#

0 commit comments

Comments
 (0)