]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: Remove header files which are included more than once
authorWenchao Hao <haowenchao22@gmail.com>
Thu, 6 Jun 2024 09:17:54 +0000 (17:17 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 1 Jul 2024 04:02:29 +0000 (09:32 +0530)
commita330cae8a7147890262b06e1aa13db048e3b130f
tree3046e98102e391a181bc42c369de789e578f9ae6
parent4818fd60db5feeeecb84d36d0162c3fb3eccb522
xfs: Remove header files which are included more than once

Following warning is reported, so remove these duplicated header
including:

./fs/xfs/libxfs/xfs_trans_resv.c: xfs_da_format.h is included more than once.
./fs/xfs/scrub/quota_repair.c: xfs_format.h is included more than once.
./fs/xfs/xfs_handle.c: xfs_da_btree.h is included more than once.
./fs/xfs/xfs_qm_bhv.c: xfs_mount.h is included more than once.
./fs/xfs/xfs_trace.c: xfs_bmap.h is included more than once.

This is just a clean code, no logic changed.

Signed-off-by: Wenchao Hao <haowenchao22@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/libxfs/xfs_trans_resv.c
fs/xfs/scrub/quota_repair.c
fs/xfs/xfs_handle.c
fs/xfs/xfs_qm_bhv.c
fs/xfs/xfs_trace.c