diff options
Diffstat (limited to 'fs/xfs/xfs_file.c')
-rw-r--r-- | fs/xfs/xfs_file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 1ba3c7998b9a..4c749ab543d0 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
@@ -28,11 +28,12 @@ | |||
28 | #include "xfs_inode.h" | 28 | #include "xfs_inode.h" |
29 | #include "xfs_inode_item.h" | 29 | #include "xfs_inode_item.h" |
30 | #include "xfs_bmap.h" | 30 | #include "xfs_bmap.h" |
31 | #include "xfs_bmap_util.h" | ||
31 | #include "xfs_error.h" | 32 | #include "xfs_error.h" |
32 | #include "xfs_vnodeops.h" | ||
33 | #include "xfs_da_btree.h" | 33 | #include "xfs_da_btree.h" |
34 | #include "xfs_dir2_format.h" | 34 | #include "xfs_dir2_format.h" |
35 | #include "xfs_dir2.h" | 35 | #include "xfs_dir2.h" |
36 | #include "xfs_dir2_priv.h" | ||
36 | #include "xfs_ioctl.h" | 37 | #include "xfs_ioctl.h" |
37 | #include "xfs_trace.h" | 38 | #include "xfs_trace.h" |
38 | 39 | ||