diff options
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r-- | fs/xfs/xfs_icache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c index d9a41671a4ad..2abc9450ce20 100644 --- a/fs/xfs/xfs_icache.c +++ b/fs/xfs/xfs_icache.c | |||
@@ -32,12 +32,12 @@ | |||
32 | #include "xfs_dinode.h" | 32 | #include "xfs_dinode.h" |
33 | #include "xfs_error.h" | 33 | #include "xfs_error.h" |
34 | #include "xfs_filestream.h" | 34 | #include "xfs_filestream.h" |
35 | #include "xfs_vnodeops.h" | ||
36 | #include "xfs_inode_item.h" | 35 | #include "xfs_inode_item.h" |
37 | #include "xfs_quota.h" | 36 | #include "xfs_quota.h" |
38 | #include "xfs_trace.h" | 37 | #include "xfs_trace.h" |
39 | #include "xfs_fsops.h" | 38 | #include "xfs_fsops.h" |
40 | #include "xfs_icache.h" | 39 | #include "xfs_icache.h" |
40 | #include "xfs_bmap_util.h" | ||
41 | 41 | ||
42 | #include <linux/kthread.h> | 42 | #include <linux/kthread.h> |
43 | #include <linux/freezer.h> | 43 | #include <linux/freezer.h> |