]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: Remove header files which are included more than once
authorWenchao Hao <haowenchao22@gmail.com>
Tue, 16 Jul 2024 21:54:14 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:13:11 +0000 (17:13 -0700)
commitdb668cd46f0b5dbbfcf32de00efe0bded92bc8b5
treeb6299d896763cf2961848fb97c34a1860a28db18
parente2d136eb6506c7546a0fd9afe7233d0b4484a580
xfs: Remove header files which are included more than once

Source kernel commit: a330cae8a7147890262b06e1aa13db048e3b130f

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>
libxfs/xfs_trans_resv.c