projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8e571
)
page cache: Remove stray radix comment
author
Matthew Wilcox
<willy@infradead.org>
Mon, 4 Dec 2017 09:02:00 +0000
(
04:02
-0500)
committer
Matthew Wilcox
<willy@infradead.org>
Sun, 21 Oct 2018 14:46:36 +0000
(10:46 -0400)
Signed-off-by: Matthew Wilcox <willy@infradead.org>
mm/filemap.c
patch
|
blob
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index f7f9af1d98b01046d9013c1abcd4e5ccf9638c03..bedd8680f78949505651e2f44a024605d0a49d0c 100644
(file)
--- 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);
}