aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_extfree.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-11-28 14:25:04 +1100
committerDave Chinner <david@fromorbit.com>2014-11-28 14:25:04 +1100
commit4fb6e8ade2c70ef1a13f358963b3298fd8b72bcc (patch)
tree1371b8f183f09bd1959c05bce7a928826f230391 /fs/xfs/xfs_trans_extfree.c
parentxfs: move acl structures to xfs_format.h (diff)
downloadlinux-dev-4fb6e8ade2c70ef1a13f358963b3298fd8b72bcc.tar.xz
linux-dev-4fb6e8ade2c70ef1a13f358963b3298fd8b72bcc.zip
xfs: merge xfs_ag.h into xfs_format.h
More on-disk format consolidation. A few declarations that weren't on-disk format related move into better suitable spots. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_trans_extfree.c')
-rw-r--r--fs/xfs/xfs_trans_extfree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_extfree.c b/fs/xfs/xfs_trans_extfree.c
index 47978ba89dae..a0aaa3e3d2b0 100644
--- a/fs/xfs/xfs_trans_extfree.c
+++ b/fs/xfs/xfs_trans_extfree.c
@@ -18,10 +18,10 @@
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_shared.h"
+#include "xfs_format.h"
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"
#include "xfs_sb.h"
-#include "xfs_ag.h"
#include "xfs_mount.h"
#include "xfs_trans.h"
#include "xfs_trans_priv.h"