diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_buf.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_inode_buf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_buf.c b/fs/xfs/libxfs/xfs_inode_buf.c index f18fd2da49f7..002b6b3a1988 100644 --- a/fs/xfs/libxfs/xfs_inode_buf.c +++ b/fs/xfs/libxfs/xfs_inode_buf.c | |||
@@ -21,8 +21,6 @@ | |||
21 | #include "xfs_format.h" | 21 | #include "xfs_format.h" |
22 | #include "xfs_log_format.h" | 22 | #include "xfs_log_format.h" |
23 | #include "xfs_trans_resv.h" | 23 | #include "xfs_trans_resv.h" |
24 | #include "xfs_sb.h" | ||
25 | #include "xfs_ag.h" | ||
26 | #include "xfs_mount.h" | 24 | #include "xfs_mount.h" |
27 | #include "xfs_inode.h" | 25 | #include "xfs_inode.h" |
28 | #include "xfs_error.h" | 26 | #include "xfs_error.h" |
@@ -30,7 +28,6 @@ | |||
30 | #include "xfs_icache.h" | 28 | #include "xfs_icache.h" |
31 | #include "xfs_trans.h" | 29 | #include "xfs_trans.h" |
32 | #include "xfs_ialloc.h" | 30 | #include "xfs_ialloc.h" |
33 | #include "xfs_dinode.h" | ||
34 | 31 | ||
35 | /* | 32 | /* |
36 | * Check that none of the inode's in the buffer have a next | 33 | * Check that none of the inode's in the buffer have a next |