aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_aops.c1
-rw-r--r--fs/xfs/xfs_file.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c
index 3244c988d379..2b2691b73428 100644
--- a/fs/xfs/xfs_aops.c
+++ b/fs/xfs/xfs_aops.c
@@ -31,6 +31,7 @@
31#include "xfs_vnodeops.h" 31#include "xfs_vnodeops.h"
32#include "xfs_trace.h" 32#include "xfs_trace.h"
33#include "xfs_bmap.h" 33#include "xfs_bmap.h"
34#include <linux/aio.h>
34#include <linux/gfp.h> 35#include <linux/gfp.h>
35#include <linux/mpage.h> 36#include <linux/mpage.h>
36#include <linux/pagevec.h> 37#include <linux/pagevec.h>
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c
index 054d60c0ac57..a5f2042aec8b 100644
--- a/fs/xfs/xfs_file.c
+++ b/fs/xfs/xfs_file.c
@@ -36,6 +36,7 @@
36#include "xfs_ioctl.h" 36#include "xfs_ioctl.h"
37#include "xfs_trace.h" 37#include "xfs_trace.h"
38 38
39#include <linux/aio.h>
39#include <linux/dcache.h> 40#include <linux/dcache.h>
40#include <linux/falloc.h> 41#include <linux/falloc.h>
41#include <linux/pagevec.h> 42#include <linux/pagevec.h>