Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86530
b: refs/heads/master
c: 57ce36f
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Feb 29, 2008
1 parent 1cb4c60 commit c3f4ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83afdf2464ac17ad6321a68b2fe7528c9aa88016
refs/heads/master: 57ce36feb4d1281247755bc445bae77728298955
3 changes: 1 addition & 2 deletions trunk/include/linux/vmstat.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ static inline void __dec_zone_state(struct zone *zone, enum zone_stat_item item)
static inline void __dec_zone_page_state(struct page *page,
enum zone_stat_item item)
{
atomic_long_dec(&page_zone(page)->vm_stat[item]);
atomic_long_dec(&vm_stat[item]);
__dec_zone_state(page_zone(page), item);
}

/*
Expand Down

0 comments on commit c3f4ee1

Please sign in to comment.