diff options
| author | 2016-03-07 09:30:12 +1100 | |
|---|---|---|
| committer | 2016-03-07 09:30:12 +1100 | |
| commit | 6d247d47fbd6883f7096e0e672afbdba6286dbc4 (patch) | |
| tree | ef576302d9f0075bf77725132dd886f00443beec /fs/xfs/libxfs/xfs_inode_fork.c | |
| parent | Merge branch 'xfs-dio-fix-4.6' into for-next (diff) | |
| parent | xfs: fix xfs_log_ticket leak in xfs_end_io() after fs shutdown (diff) | |
| download | wireguard-linux-6d247d47fbd6883f7096e0e672afbdba6286dbc4.tar.xz wireguard-linux-6d247d47fbd6883f7096e0e672afbdba6286dbc4.zip | |
Merge branch 'xfs-misc-fixes-4.6' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_inode_fork.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_inode_fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_fork.c b/fs/xfs/libxfs/xfs_inode_fork.c index 0defbd02f62d..ef22a78fb569 100644 --- a/fs/xfs/libxfs/xfs_inode_fork.c +++ b/fs/xfs/libxfs/xfs_inode_fork.c @@ -31,6 +31,7 @@ #include "xfs_error.h" #include "xfs_trace.h" #include "xfs_attr_sf.h" +#include "xfs_da_format.h" kmem_zone_t *xfs_ifork_zone; |
