diff options
author | Pravin Shedge <pravin.shedge4linux@gmail.com> | 2017-12-06 10:16:15 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-12-08 17:51:05 -0800 |
commit | eaf0ec303bd73f6b2c18f48542974a710fadfeb9 (patch) | |
tree | 9b18f980c40affd5f3a2fdd1c6c165f7c7e159ec /fs/xfs/xfs_reflink.c | |
parent | 373b0589dc8d58bc09c9a28d03611ae4fb216057 (diff) | |
download | linux-eaf0ec303bd73f6b2c18f48542974a710fadfeb9.tar.gz linux-eaf0ec303bd73f6b2c18f48542974a710fadfeb9.tar.bz2 linux-eaf0ec303bd73f6b2c18f48542974a710fadfeb9.zip |
fs: xfs: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.
Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.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_reflink.c')
-rw-r--r-- | fs/xfs/xfs_reflink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_reflink.c b/fs/xfs/xfs_reflink.c index cc041a29eb70..cf7c8f81bebb 100644 --- a/fs/xfs/xfs_reflink.c +++ b/fs/xfs/xfs_reflink.c @@ -49,8 +49,6 @@ #include "xfs_alloc.h" #include "xfs_quota_defs.h" #include "xfs_quota.h" -#include "xfs_btree.h" -#include "xfs_bmap_btree.h" #include "xfs_reflink.h" #include "xfs_iomap.h" #include "xfs_rmap_btree.h" |