page cache: Remove stray radix comment
authorMatthew Wilcox <willy@infradead.org>
Mon, 4 Dec 2017 09:02:00 +0000 (04:02 -0500)
committerMatthew Wilcox <willy@infradead.org>
Sun, 21 Oct 2018 14:46:36 +0000 (10:46 -0400)
Signed-off-by: Matthew Wilcox <willy@infradead.org>
mm/filemap.c

index f7f9af1..bedd868 100644 (file)
@@ -2682,7 +2682,7 @@ repeat:
                        put_page(page);
                        if (err == -EEXIST)
                                goto repeat;
-                       /* Presumably ENOMEM for radix tree node */
+                       /* Presumably ENOMEM for xarray node */
                        return ERR_PTR(err);
                }