Skip to content

Commit c2e8021

Browse files
iridesdjbw
authored andcommitted
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>
1 parent 754e0b0 commit c2e8021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/dax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ static struct page *dax_busy_page(void *entry)
390390
}
391391

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

0 commit comments

Comments
 (0)