aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_icache.c')
-rw-r--r--fs/xfs/xfs_icache.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_icache.c b/fs/xfs/xfs_icache.c
index a76b27565a18..0b0fd10a36d4 100644
--- a/fs/xfs/xfs_icache.c
+++ b/fs/xfs/xfs_icache.c
@@ -5,13 +5,13 @@
5 */ 5 */
6#include "xfs.h" 6#include "xfs.h"
7#include "xfs_fs.h" 7#include "xfs_fs.h"
8#include "xfs_shared.h"
8#include "xfs_format.h" 9#include "xfs_format.h"
9#include "xfs_log_format.h" 10#include "xfs_log_format.h"
10#include "xfs_trans_resv.h" 11#include "xfs_trans_resv.h"
11#include "xfs_sb.h" 12#include "xfs_sb.h"
12#include "xfs_mount.h" 13#include "xfs_mount.h"
13#include "xfs_inode.h" 14#include "xfs_inode.h"
14#include "xfs_error.h"
15#include "xfs_trans.h" 15#include "xfs_trans.h"
16#include "xfs_trans_priv.h" 16#include "xfs_trans_priv.h"
17#include "xfs_inode_item.h" 17#include "xfs_inode_item.h"
@@ -23,8 +23,6 @@
23#include "xfs_dquot.h" 23#include "xfs_dquot.h"
24#include "xfs_reflink.h" 24#include "xfs_reflink.h"
25 25
26#include <linux/kthread.h>
27#include <linux/freezer.h>
28#include <linux/iversion.h> 26#include <linux/iversion.h>
29 27
30/* 28/*