On Thu, Aug 01, 2019 at 07:21:33PM +1000, Dave Chinner wrote: > > static inline void shrinker_mark_pages_reclaimed(unsigned long nr_pages) > > { > > if (current->reclaim_state) > > current->reclaim_state->reclaimed_pages += nr_pages; > > } > > > > plus good documentation on when to use it. > > Sure, but that's something for patch 6, not this one :) Sounds good, I just skimmend through the XFS patches. While we are at it: there is a double : in the subject line.