commit | 22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Dec 04 04:02:00 2017 -0500 |
committer | Matthew Wilcox <willy@infradead.org> | Sun Oct 21 10:46:36 2018 -0400 |
tree | 7f8b98d10b14ca50ab25811abe66659fb543fba1 | |
parent | ef8e5717db01bfa4f425d2cda551a6fccc85529d [diff] [blame] |
page cache: Remove stray radix comment Signed-off-by: Matthew Wilcox <willy@infradead.org>
diff --git a/mm/filemap.c b/mm/filemap.c index f7f9af1..bedd868 100644 --- a/mm/filemap.c +++ b/mm/filemap.c
@@ -2682,7 +2682,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); }