Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287213
b: refs/heads/master
c: 82b3f2a
h: refs/heads/master
i:
  287211: 2a47521
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 4, 2012
1 parent 5cd422b commit 1dd40c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 31e0017e6f6fb5cfdfaf932c1f98c9bef8d57688
refs/heads/master: 82b3f2a7171731cce62f25058d25afb91a14710c
3 changes: 2 additions & 1 deletion trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,8 @@ static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
/* threshold event is triggered in finer grain than soft limit */
if (unlikely(mem_cgroup_event_ratelimit(memcg,
MEM_CGROUP_TARGET_THRESH))) {
bool do_softlimit, do_numainfo;
bool do_softlimit;
bool do_numainfo __maybe_unused;

do_softlimit = mem_cgroup_event_ratelimit(memcg,
MEM_CGROUP_TARGET_SOFTLIMIT);
Expand Down

0 comments on commit 1dd40c6

Please sign in to comment.