lkml.org 
[lkml]   [2013]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 21/23] cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup
> @@ -506,15 +506,17 @@ struct cftype {
> * you want to provide this functionality. Use eventfd_signal()
> * on eventfd to send notification to userspace.
> */
> - int (*register_event)(struct cgroup *cgrp, struct cftype *cft,
> - struct eventfd_ctx *eventfd, const char *args);
> + int (*register_event)(struct cgroup_subsys_state *css,
> + struct cftype *cft, struct eventfd_ctx *eventfd,
> + const char *args);
> /*
> * unregister_event() callback will be called when userspace
> * closes the eventfd or on cgroup removing.
> * This callback must be implemented, if you want provide
> * notification functionality.
> */
> - void (*unregister_event)(struct cgroup *cgrp, struct cftype *cft,
> + void (*unregister_event)(struct cgroup_subsys_state *css,
> + struct cftype *cft,
> struct eventfd_ctx *eventfd);

align this line?

> };



\
 
 \ /
  Last update: 2013-08-02 06:41    [W:0.442 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site