Message ID | 20220127124058.1172422-5-ruansy.fnst@fujitsu.com (mailing list archive) |
---|---|
State | Superseded |
Commit | c2e8021a535d3e7cc4f5f1418c4acf97589f8eb5 |
Headers | show |
Series | fsdax: introduce fs query to support reflink | expand |
Dan, can you send this to Linus for 5.17 to get it out of the queue?
On Wed, Feb 2, 2022 at 5:04 AM Christoph Hellwig <hch@infradead.org> wrote: > > Dan, can you send this to Linus for 5.17 to get it out of the queue? Sure.
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.