On Thu, Sep 15, 2022 at 08:35:15PM -0700, Dan Williams wrote: > The __wait_var_event facility calculates a wait queue from a hash of the > address of the variable being passed. Use the @page argument directly as > it is less to type and is the object that is being waited upon. > > 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/ext4/inode.c | 8 ++++---- > fs/fuse/dax.c | 6 +++--- > fs/xfs/xfs_file.c | 6 +++--- > mm/memremap.c | 2 +- > 4 files changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Jason Gunthorpe <[email protected]> Jason
