Commit c2e8021a authored by Shiyang Ruan's avatar Shiyang Ruan Committed by Dan Williams
Browse files

fsdax: fix function description



The function name has been changed, so the description should be updated
too.

Signed-off-by: default avatarShiyang Ruan <ruansy.fnst@fujitsu.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220127124058.1172422-5-ruansy.fnst@fujitsu.com


Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 754e0b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static struct page *dax_busy_page(void *entry)
}

/*
 * dax_lock_mapping_entry - Lock the DAX entry corresponding to a page
 * dax_lock_page - Lock the DAX entry corresponding to a page
 * @page: The page whose entry we want to lock
 *
 * Context: Process context.