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:
7edf85a
)
mm/page_alloc.c: fix indentation
author
S.Caglar Onur
<
[email protected]
>
Mon, 28 Apr 2008 09:12:38 +0000
(
02:12
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 28 Apr 2008 15:58:20 +0000
(08:58 -0700)
zlc_setup(): handle jiffies wraparound
(
10ed273f5016c582413dfbc468dd084957d847e1
) changes tab with spaces
Signed-off-by: S.Caglar Onur <
[email protected]
>
Cc: Lee Schermerhorn <
[email protected]
>
Cc: Paul Jackson <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index b4beb3eea8b7bbb894a6021ebfd973c716601868..af28e2cec8b485b549041edf5ce7548dab4cd462 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-1284,7
+1284,7
@@
static nodemask_t *zlc_setup(struct zonelist *zonelist, int alloc_flags)
if (!zlc)
return NULL;
- if (time_after(jiffies, zlc->last_full_zap + HZ)) {
+ if (time_after(jiffies, zlc->last_full_zap + HZ)) {
bitmap_zero(zlc->fullzones, MAX_ZONES_PER_ZONELIST);
zlc->last_full_zap = jiffies;
}