summaryrefslogtreecommitdiffstats
path: root/fs/dax.c
diff options
context:
space:
mode:
authorDarrick J. Wong2019-07-15 17:51:01 +0200
committerDarrick J. Wong2019-07-17 16:21:02 +0200
commit5d907307adc14cd5148b07629c2b4535acd06062 (patch)
treef661053298a15fbbac6e609cbbb01696f4ced1d2 /fs/dax.c
parentiomap: move the main iteration code into a separate file (diff)
downloadkernel-qcow2-linux-5d907307adc14cd5148b07629c2b4535acd06062.tar.gz
kernel-qcow2-linux-5d907307adc14cd5148b07629c2b4535acd06062.tar.xz
kernel-qcow2-linux-5d907307adc14cd5148b07629c2b4535acd06062.zip
iomap: move internal declarations into fs/iomap/
Move internal function declarations out of fs/internal.h into include/linux/iomap.h so that our transition is complete. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/dax.c')
-rw-r--r--fs/dax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dax.c b/fs/dax.c
index fe5e33810cd4..cb53f9bd6fd7 100644
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -26,7 +26,6 @@
#include <linux/mmu_notifier.h>
#include <linux/iomap.h>
#include <asm/pgalloc.h>
-#include "internal.h"
#define CREATE_TRACE_POINTS
#include <trace/events/fs_dax.h>