diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-12-04 10:02:00 +0100 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 16:46:36 +0200 |
commit | 22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff (patch) | |
tree | 7f8b98d10b14ca50ab25811abe66659fb543fba1 /mm/filemap.c | |
parent | page cache: Convert delete_batch to XArray (diff) | |
download | linux-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.tar.xz linux-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.zip |
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: put_page(page); if (err == -EEXIST) goto repeat; - /* Presumably ENOMEM for radix tree node */ + /* Presumably ENOMEM for xarray node */ return ERR_PTR(err); } |