The poll_wait_fixed() stuff changed the prototype of the poll_queue_proc.
memcg_event_ptable_queue_proc() needs to change correspondingly. (The
extra parameter is unused by this function.)
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
}
static void memcg_event_ptable_queue_proc(struct file *file,
- wait_queue_head_t *wqh, poll_table *pt)
+ wait_queue_head_t *wqh, poll_table *pt, unsigned long unused)
{
struct mem_cgroup_event *event =
container_of(pt, struct mem_cgroup_event, pt);