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:
650fb83
)
[PATCH] typo in vmscan.c
author
Christoph Lameter
<
[email protected]
>
Sun, 11 Jun 2006 22:22:26 +0000
(15:22 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Jun 2006 22:27:37 +0000
(15:27 -0700)
From: Christoph Lameter <
[email protected]
>
Looks like a comma was left from the conversion from a struct to an
assignment.
Signed-off-by: Christoph Lameter <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/vmscan.c
patch
|
blob
|
history
diff --git
a/mm/vmscan.c
b/mm/vmscan.c
index 4649a63a8cb6f9c3892e92538b394f754295a90e..440a733fe2e9ea3d1374d4fd72e7bba60e268e05 100644
(file)
--- a/
mm/vmscan.c
+++ b/
mm/vmscan.c
@@
-1061,7
+1061,7
@@
static unsigned long balance_pgdat(pg_data_t *pgdat, unsigned long nr_pages,
loop_again:
total_scanned = 0;
nr_reclaimed = 0;
- sc.may_writepage = !laptop_mode
,
+ sc.may_writepage = !laptop_mode
;
sc.nr_mapped = read_page_state(nr_mapped);
inc_page_state(pageoutrun);