提交 22ecdb4f 编写于 作者: M Matthew Wilcox

page cache: Remove stray radix comment

Signed-off-by: NMatthew Wilcox <willy@infradead.org>
上级 ef8e5717
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册