Skip to content

Commit

Permalink
xfs: remove duplicated xfs_defer.h
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
  • Loading branch information
YueHaibing authored and Darrick J. Wong committed Feb 12, 2019
1 parent 6548053 commit e88db81
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion fs/xfs/xfs_trans_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "xfs_alloc.h"
#include "xfs_bmap.h"
#include "xfs_inode.h"
#include "xfs_defer.h"

/*
* This routine is called to allocate a "bmap update done"
Expand Down
1 change: 0 additions & 1 deletion fs/xfs/xfs_trans_extfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "xfs_alloc.h"
#include "xfs_bmap.h"
#include "xfs_trace.h"
#include "xfs_defer.h"

/*
* This routine is called to allocate an "extent free done"
Expand Down
1 change: 0 additions & 1 deletion fs/xfs/xfs_trans_refcount.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "xfs_refcount_item.h"
#include "xfs_alloc.h"
#include "xfs_refcount.h"
#include "xfs_defer.h"

/*
* This routine is called to allocate a "refcount update done"
Expand Down
1 change: 0 additions & 1 deletion fs/xfs/xfs_trans_rmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "xfs_rmap_item.h"
#include "xfs_alloc.h"
#include "xfs_rmap.h"
#include "xfs_defer.h"

/* Set the map extent flags for this reverse mapping. */
static void
Expand Down

0 comments on commit e88db81

Please sign in to comment.