diff options
author | Shiyang Ruan <ruansy.fnst@fujitsu.com> | 2022-01-27 20:40:53 +0800 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2022-02-17 16:54:56 -0800 |
commit | c2e8021a535d3e7cc4f5f1418c4acf97589f8eb5 (patch) | |
tree | db44f51e93b0a102f2fe8c46469e8cf832b37238 /fs/dax.c | |
parent | 754e0b0e35608ed5206d6a67a791563c631cec07 (diff) | |
download | linux-stable-c2e8021a535d3e7cc4f5f1418c4acf97589f8eb5.tar.gz linux-stable-c2e8021a535d3e7cc4f5f1418c4acf97589f8eb5.tar.bz2 linux-stable-c2e8021a535d3e7cc4f5f1418c4acf97589f8eb5.zip |
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>
Diffstat (limited to 'fs/dax.c')
-rw-r--r-- | fs/dax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |