summaryrefslogtreecommitdiff
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2017-12-04 04:02:00 -0500
committerMatthew Wilcox <willy@infradead.org>2018-10-21 10:46:36 -0400
commit22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff (patch)
tree7f8b98d10b14ca50ab25811abe66659fb543fba1 /mm/filemap.c
parentef8e5717db01bfa4f425d2cda551a6fccc85529d (diff)
page cache: Remove stray radix comment
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index f7f9af1d98b0..bedd8680f789 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -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);
}