fsdax: fix function description
authorShiyang Ruan <ruansy.fnst@fujitsu.com>
Thu, 27 Jan 2022 12:40:53 +0000 (20:40 +0800)
committerDan Williams <dan.j.williams@intel.com>
Fri, 18 Feb 2022 00:54:56 +0000 (16:54 -0800)
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>
fs/dax.c

index cd03485..c8d5708 100644 (file)
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -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.