Commit 22ecdb4f authored by Matthew Wilcox's avatar Matthew Wilcox

page cache: Remove stray radix comment

Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
parent ef8e5717
...@@ -2682,7 +2682,7 @@ static struct page *do_read_cache_page(struct address_space *mapping, ...@@ -2682,7 +2682,7 @@ static struct page *do_read_cache_page(struct address_space *mapping,
put_page(page); put_page(page);
if (err == -EEXIST) if (err == -EEXIST)
goto repeat; goto repeat;
/* Presumably ENOMEM for radix tree node */ /* Presumably ENOMEM for xarray node */
return ERR_PTR(err); return ERR_PTR(err);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment