From: Matthew Wilcox <mawil...@microsoft.com>

Signed-off-by: Matthew Wilcox <mawil...@microsoft.com>
---
 mm/filemap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/filemap.c b/mm/filemap.c
index f85cdda6744f..bf231ebadb86 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -2583,7 +2583,7 @@ static struct page *do_read_cache_page(struct 
address_space *mapping,
                        put_page(page);
                        if (err == -EEXIST)
                                goto repeat;
-                       /* Presumably ENOMEM for radix tree node */
+                       /* Presumably ENOMEM for xarray node */
                        return ERR_PTR(err);
                }
 
-- 
2.17.0


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to