Re: [PATCH v10 4/9] fsdax: fix function description

2022-02-15 Thread Dan Williams
On Wed, Feb 2, 2022 at 5:04 AM Christoph Hellwig  wrote:
>
> Dan, can you send this to Linus for 5.17 to get it out of the queue?

Sure.



Re: [PATCH v10 4/9] fsdax: fix function description

2022-02-02 Thread Christoph Hellwig
Dan, can you send this to Linus for 5.17 to get it out of the queue?



[PATCH v10 4/9] fsdax: fix function description

2022-01-27 Thread Shiyang Ruan
The function name has been changed, so the description should be updated
too.

Signed-off-by: Shiyang Ruan 
Reviewed-by: Darrick J. Wong 
Reviewed-by: Christoph Hellwig 
---
 fs/dax.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/dax.c b/fs/dax.c
index cd03485867a7..c8d57080c1aa 100644
--- 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.
-- 
2.34.1