mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-26 17:03:10 -05:00
page cache: Remove stray radix comment
Signed-off-by: Matthew Wilcox <willy@infradead.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user