aboutsummaryrefslogtreecommitdiffstats
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
parentpage cache: Convert delete_batch to XArray (diff)
downloadlinux-dev-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.tar.xz
linux-dev-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.zip
page cache: Remove stray radix comment
Signed-off-by: Matthew Wilcox <willy@infradead.org>
-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);
}