diff options
author | 2014-11-28 14:52:16 +1100 | |
---|---|---|
committer | 2014-11-28 14:52:16 +1100 | |
commit | 216875a594e0b4fc72830e3690b8fbe7430738e2 (patch) | |
tree | 4658b9b572333cd8a730a1104ad452764f0e69fe /fs/xfs/libxfs/xfs_ialloc.c | |
parent | Merge branch 'xfs-misc-fixes-for-3.19-1' into for-next (diff) | |
parent | xfs: merge xfs_inum.h into xfs_format.h (diff) | |
download | wireguard-linux-216875a594e0b4fc72830e3690b8fbe7430738e2.tar.xz wireguard-linux-216875a594e0b4fc72830e3690b8fbe7430738e2.zip |
Merge branch 'xfs-consolidate-format-defs' into for-next
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/libxfs/xfs_ialloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc.c b/fs/xfs/libxfs/xfs_ialloc.c index 23dcb72fc5e6..92d2617e61fa 100644 --- a/fs/xfs/libxfs/xfs_ialloc.c +++ b/fs/xfs/libxfs/xfs_ialloc.c @@ -22,9 +22,7 @@ #include "xfs_log_format.h" #include "xfs_trans_resv.h" #include "xfs_bit.h" -#include "xfs_inum.h" #include "xfs_sb.h" -#include "xfs_ag.h" #include "xfs_mount.h" #include "xfs_inode.h" #include "xfs_btree.h" @@ -39,7 +37,6 @@ #include "xfs_buf_item.h" #include "xfs_icreate_item.h" #include "xfs_icache.h" -#include "xfs_dinode.h" #include "xfs_trace.h" |