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 | |
parent | ef8e5717db01bfa4f425d2cda551a6fccc85529d (diff) | |
download | talos-op-linux-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.tar.gz talos-op-linux-22ecdb4f8b7dbfefa3deaf6b144093b5c4cd2aff.zip |
page cache: Remove stray radix comment
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'mm')
-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); } |