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:
52288b6
)
mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"
author
Justin P. Mattock
<justinmattock@gmail.com>
Tue, 23 Aug 2011 16:28:02 +0000
(09:28 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 24 Aug 2011 14:45:10 +0000
(16:45 +0200)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/vmscan.c
patch
|
blob
|
history
diff --git
a/mm/vmscan.c
b/mm/vmscan.c
index febbc044e792c427264c908dfe1303ca87ea9c0b..8e32698fab66591f1edf07a7ed050113a6fa2c77 100644
(file)
--- a/
mm/vmscan.c
+++ b/
mm/vmscan.c
@@
-1417,7
+1417,7
@@
static inline bool should_reclaim_stall(unsigned long nr_taken,
if (sc->reclaim_mode & RECLAIM_MODE_SINGLE)
return false;
- /* If we have relaimed everything on the isolated list, no stall */
+ /* If we have re
c
laimed everything on the isolated list, no stall */
if (nr_freed == nr_taken)
return false;