mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
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:
committed by
Dan Williams
parent
754e0b0e35
commit
c2e8021a53
2
fs/dax.c
2
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
|
* @page: The page whose entry we want to lock
|
||||||
*
|
*
|
||||||
* Context: Process context.
|
* Context: Process context.
|
||||||
|
Reference in New Issue
Block a user