Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281211
b: refs/heads/master
c: 06a1074
h: refs/heads/master
i:
  281209: 3052059
  281207: 60952ca
v: v3
  • Loading branch information
Colin Cross authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent 3af0dcd commit a7ef58f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eb943f6be011b33455b767880e13c34a2bb96a5e
refs/heads/master: 06a1074e1c789a777732f8c432d913b0fedb8ff5
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/lowmemorykiller.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ task_notify_func(struct notifier_block *self, unsigned long val, void *data)
return NOTIFY_OK;
}

static int lowmem_shrink(int nr_to_scan, gfp_t gfp_mask)
static int lowmem_shrink(struct shrinker *s, int nr_to_scan, gfp_t gfp_mask)
{
struct task_struct *p;
struct task_struct *selected = NULL;
Expand Down

0 comments on commit a7ef58f

Please sign in to comment.