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 <wi...@infradead.org> > Cc: Jan Kara <j...@suse.cz> > Cc: "Darrick J. Wong" <djw...@kernel.org> > Cc: Jason Gunthorpe <j...@nvidia.com> > Cc: Christoph Hellwig <h...@lst.de> > Cc: John Hubbard <jhubb...@nvidia.com> > Signed-off-by: Dan Williams <dan.j.willi...@intel.com> > --- > 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 <j...@nvidia.com> Jason