On Thu, Sep 15, 2022 at 08:35:21PM -0700, Dan Williams wrote: > In advance of converting DAX pages to be 0-based, use a new > dax_page_idle() helper to both simplify that future conversion, but also > document all the kernel locations that are watching for DAX page idle > events. > > Cc: Matthew Wilcox <[email protected]> > Cc: Jan Kara <[email protected]> > Cc: "Darrick J. Wong" <[email protected]> > Cc: Jason Gunthorpe <[email protected]> > Cc: Christoph Hellwig <[email protected]> > Cc: John Hubbard <[email protected]> > Signed-off-by: Dan Williams <[email protected]> > --- > fs/dax.c | 4 ++-- > fs/ext4/inode.c | 3 +-- > fs/fuse/dax.c | 5 ++--- > fs/xfs/xfs_file.c | 5 ++--- > include/linux/dax.h | 9 +++++++++ > 5 files changed, 16 insertions(+), 10 deletions(-)
Reviewed-by: Jason Gunthorpe <[email protected]> Jason
