]> www.infradead.org Git - users/hch/misc.git/commit
mm: remove the for_reclaim field from struct writeback_control reclaim-cleanup
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 13:06:11 +0000 (15:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 May 2025 04:51:25 +0000 (06:51 +0200)
commit44c302e7e6b3960eda01e439c4ac5b96a63e7fe6
tree82573814a9361d2a800ea1a1f03b716fbea21dcd
parent92d942e53b7ae052f2c9f3476bdfdbbb618edd2d
mm: remove the for_reclaim field from struct writeback_control

This field is now only set to one in the i915 gem code that only
calls writeback_iter on it, which ignores the flag.  All other
checks are thuse dead code and the field can be removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/gpu/drm/i915/gem/i915_gem_shmem.c
fs/fuse/file.c
fs/nfs/write.c
include/linux/writeback.h
include/trace/events/btrfs.h
include/trace/events/writeback.h