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_trace.c | |
parent | 373b0589dc8d58bc09c9a28d03611ae4fb216057 (diff) | |
download | linux-stable-eaf0ec303bd73f6b2c18f48542974a710fadfeb9.tar.gz linux-stable-eaf0ec303bd73f6b2c18f48542974a710fadfeb9.tar.bz2 linux-stable-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_trace.c')
-rw-r--r-- | fs/xfs/xfs_trace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trace.c b/fs/xfs/xfs_trace.c index 5d95fe348294..35f3546b6af5 100644 --- a/fs/xfs/xfs_trace.c +++ b/fs/xfs/xfs_trace.c @@ -24,7 +24,6 @@ #include "xfs_mount.h" #include "xfs_defer.h" #include "xfs_da_format.h" -#include "xfs_defer.h" #include "xfs_inode.h" #include "xfs_btree.h" #include "xfs_da_btree.h" |