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

page cache: Remove stray radix comment

parent ef8e5717
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}