diff options
-rw-r--r-- | fs/xfs/xfs_trans_bmap.c | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_trans_extfree.c | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_trans_refcount.c | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_trans_rmap.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_trans_bmap.c b/fs/xfs/xfs_trans_bmap.c index 11cff449d055..e1c7d55b32c3 100644 --- a/fs/xfs/xfs_trans_bmap.c +++ b/fs/xfs/xfs_trans_bmap.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "xfs_alloc.h" | 17 | #include "xfs_alloc.h" |
18 | #include "xfs_bmap.h" | 18 | #include "xfs_bmap.h" |
19 | #include "xfs_inode.h" | 19 | #include "xfs_inode.h" |
20 | #include "xfs_defer.h" | ||
21 | 20 | ||
22 | /* | 21 | /* |
23 | * This routine is called to allocate a "bmap update done" | 22 | * This routine is called to allocate a "bmap update done" |
diff --git a/fs/xfs/xfs_trans_extfree.c b/fs/xfs/xfs_trans_extfree.c index 0710434eb240..8ee7a3f8bb20 100644 --- a/fs/xfs/xfs_trans_extfree.c +++ b/fs/xfs/xfs_trans_extfree.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include "xfs_alloc.h" | 18 | #include "xfs_alloc.h" |
19 | #include "xfs_bmap.h" | 19 | #include "xfs_bmap.h" |
20 | #include "xfs_trace.h" | 20 | #include "xfs_trace.h" |
21 | #include "xfs_defer.h" | ||
22 | 21 | ||
23 | /* | 22 | /* |
24 | * This routine is called to allocate an "extent free done" | 23 | * This routine is called to allocate an "extent free done" |
diff --git a/fs/xfs/xfs_trans_refcount.c b/fs/xfs/xfs_trans_refcount.c index 6c947ff4faf6..8d734728dd1b 100644 --- a/fs/xfs/xfs_trans_refcount.c +++ b/fs/xfs/xfs_trans_refcount.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include "xfs_refcount_item.h" | 16 | #include "xfs_refcount_item.h" |
17 | #include "xfs_alloc.h" | 17 | #include "xfs_alloc.h" |
18 | #include "xfs_refcount.h" | 18 | #include "xfs_refcount.h" |
19 | #include "xfs_defer.h" | ||
20 | 19 | ||
21 | /* | 20 | /* |
22 | * This routine is called to allocate a "refcount update done" | 21 | * This routine is called to allocate a "refcount update done" |
diff --git a/fs/xfs/xfs_trans_rmap.c b/fs/xfs/xfs_trans_rmap.c index a42890931ecd..5c7936b1be13 100644 --- a/fs/xfs/xfs_trans_rmap.c +++ b/fs/xfs/xfs_trans_rmap.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include "xfs_rmap_item.h" | 16 | #include "xfs_rmap_item.h" |
17 | #include "xfs_alloc.h" | 17 | #include "xfs_alloc.h" |
18 | #include "xfs_rmap.h" | 18 | #include "xfs_rmap.h" |
19 | #include "xfs_defer.h" | ||
20 | 19 | ||
21 | /* Set the map extent flags for this reverse mapping. */ | 20 | /* Set the map extent flags for this reverse mapping. */ |
22 | static void | 21 | static void |