fsdax: fix function description

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

Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220127124058.1172422-5-ruansy.fnst@fujitsu.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
Shiyang Ruan 2022-01-27 20:40:53 +08:00 committed by Dan Williams
parent 754e0b0e35
commit c2e8021a53

View File

@ -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.