diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-01 09:09:50 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-02-11 16:07:00 -0800 |
commit | e88db81645d36f945d11bd73ffff31dad148eaf8 (patch) | |
tree | 15ddbc4f018d1e4b3284903919f2862a09a0a1b0 /fs/xfs/xfs_trans_extfree.c | |
parent | 654805367d982cffdb9979453673aab9c3c96d07 (diff) | |
download | linux-e88db81645d36f945d11bd73ffff31dad148eaf8.tar.bz2 |
xfs: remove duplicated xfs_defer.h
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>
Diffstat (limited to 'fs/xfs/xfs_trans_extfree.c')
-rw-r--r-- | fs/xfs/xfs_trans_extfree.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ #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" |