All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: hch@infradead.org, darrick.wong@oracle.com
Cc: linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	agruenba@redhat.com
Subject: [PATCH 1/8] iomap: start moving code to fs/iomap/
Date: Tue, 16 Jul 2019 22:59:01 -0700	[thread overview]
Message-ID: <156334314167.360395.8240505366577542787.stgit@magnolia> (raw)
In-Reply-To: <156334313527.360395.511547592522547578.stgit@magnolia>

From: Darrick J. Wong <darrick.wong@oracle.com>

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>
---
 MAINTAINERS       |    1 +
 fs/Makefile       |    1 +
 fs/iomap/Makefile |    5 +++++
 3 files changed, 7 insertions(+)
 create mode 100644 fs/iomap/Makefile


diff --git a/MAINTAINERS b/MAINTAINERS
index f5533d1bda2e..1086ac7b0f05 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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
diff --git a/fs/Makefile b/fs/Makefile
index c9aea23aba56..8e61bdf9f330 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -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
index 000000000000..de5a1f914b2c
--- /dev/null
+++ b/fs/iomap/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-newer
+#
+# Copyright (c) 2019 Oracle.
+# All Rights Reserved.
+#


  reply	other threads:[~2019-07-17  5:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17  5:58 [PATCH v3 0/8] iomap: regroup code by functional area Darrick J. Wong
2019-07-17  5:59 ` Darrick J. Wong [this message]
2019-07-17  6:22   ` [PATCH 1/8] iomap: start moving code to fs/iomap/ Christoph Hellwig
2019-07-17  5:59 ` [PATCH 2/8] iomap: move the swapfile code into a separate file Darrick J. Wong
2019-07-17  5:59 ` [PATCH 3/8] iomap: move the file mapping reporting " Darrick J. Wong
2019-07-17  5:59 ` [PATCH 4/8] iomap: move the SEEK_HOLE " Darrick J. Wong
2019-07-17  5:59 ` [PATCH 5/8] iomap: move the direct IO " Darrick J. Wong
2019-07-17  5:59 ` [PATCH 6/8] iomap: move the buffered " Darrick J. Wong
2019-07-17  5:59 ` [PATCH 7/8] iomap: move the main iteration " Darrick J. Wong
2019-07-17  5:59 ` [PATCH 8/8] iomap: move internal declarations into fs/iomap/ Darrick J. Wong
2019-07-17  6:22   ` Christoph Hellwig
2019-07-17 14:53     ` Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=156334314167.360395.8240505366577542787.stgit@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=agruenba@redhat.com \
    --cc=hch@infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.