diff options
Diffstat (limited to 'fs/xfs/xfs_xattr.c')
-rw-r--r-- | fs/xfs/xfs_xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_xattr.c b/fs/xfs/xfs_xattr.c index 87d3e03878c8..e01f35ea76ba 100644 --- a/fs/xfs/xfs_xattr.c +++ b/fs/xfs/xfs_xattr.c | |||
@@ -17,13 +17,13 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include "xfs.h" | 19 | #include "xfs.h" |
20 | #include "xfs_log_format.h" | ||
20 | #include "xfs_da_btree.h" | 21 | #include "xfs_da_btree.h" |
21 | #include "xfs_bmap_btree.h" | 22 | #include "xfs_bmap_btree.h" |
22 | #include "xfs_inode.h" | 23 | #include "xfs_inode.h" |
23 | #include "xfs_attr.h" | 24 | #include "xfs_attr.h" |
24 | #include "xfs_attr_leaf.h" | 25 | #include "xfs_attr_leaf.h" |
25 | #include "xfs_acl.h" | 26 | #include "xfs_acl.h" |
26 | #include "xfs_vnodeops.h" | ||
27 | 27 | ||
28 | #include <linux/posix_acl_xattr.h> | 28 | #include <linux/posix_acl_xattr.h> |
29 | #include <linux/xattr.h> | 29 | #include <linux/xattr.h> |