diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-12-04 04:02:00 -0500 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 10:46:36 -0400 |
commit | 22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff (patch) | |
tree | 7f8b98d10b14ca50ab25811abe66659fb543fba1 /mm/filemap.c | |
parent | ef8e5717db01bfa4f425d2cda551a6fccc85529d (diff) |
page cache: Remove stray radix comment
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index f7f9af1d98b0..bedd8680f789 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -2682,7 +2682,7 @@ repeat: | |||
2682 | put_page(page); | 2682 | put_page(page); |
2683 | if (err == -EEXIST) | 2683 | if (err == -EEXIST) |
2684 | goto repeat; | 2684 | goto repeat; |
2685 | /* Presumably ENOMEM for radix tree node */ | 2685 | /* Presumably ENOMEM for xarray node */ |
2686 | return ERR_PTR(err); | 2686 | return ERR_PTR(err); |
2687 | } | 2687 | } |
2688 | 2688 | ||