On Tue, Jul 8, 2025 at 6:51 AM Christoph Hellwig <hch@xxxxxx> wrote: > > Drop various unused #include statements. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Joanne Koong <joannelkoong@xxxxxxxxx> LGTM. btw in the 7th patch when the ioend handling logic gets moved to ioend.c, #include "internal.h" in buffered-io.c can be dropped then too, but that's a very minor triviality. > --- > fs/iomap/buffered-io.c | 10 ---------- > fs/iomap/direct-io.c | 5 ----- > fs/iomap/fiemap.c | 3 --- > fs/iomap/iter.c | 1 - > fs/iomap/seek.c | 4 ---- > fs/iomap/swapfile.c | 3 --- > fs/iomap/trace.c | 1 - > 7 files changed, 27 deletions(-) >