Re: [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state

2013-08-02 Thread Neil Horman
On Thu, Aug 01, 2013 at 05:49:41PM -0400, Tejun Heo wrote:
> cgroup controller API will be converted to primarily use struct
> cgroup_subsys_state instead of struct cgroup.  In preparation, make
> the internal functions of netprio_cgroup pass around @css instead of
> @cgrp.
> 
> While at it, kill struct cgroup_netprio_state which only contained
> struct cgroup_subsys_state without serving any purpose.  All functions
> are converted to deal with @css directly.
> 
> This patch shouldn't cause any behavior differences.
> 
> Signed-off-by: Tejun Heo 
> Cc: Neil Horman 
> Cc: David S. Miller 
Acked-by: Neil Horman 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state

2013-08-02 Thread Neil Horman
On Thu, Aug 01, 2013 at 05:49:41PM -0400, Tejun Heo wrote:
 cgroup controller API will be converted to primarily use struct
 cgroup_subsys_state instead of struct cgroup.  In preparation, make
 the internal functions of netprio_cgroup pass around @css instead of
 @cgrp.
 
 While at it, kill struct cgroup_netprio_state which only contained
 struct cgroup_subsys_state without serving any purpose.  All functions
 are converted to deal with @css directly.
 
 This patch shouldn't cause any behavior differences.
 
 Signed-off-by: Tejun Heo t...@kernel.org
 Cc: Neil Horman nhor...@tuxdriver.com
 Cc: David S. Miller da...@davemloft.net
Acked-by: Neil Horman nhor...@tuxdriver.com

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state

2013-08-01 Thread David Miller
From: Tejun Heo 
Date: Thu,  1 Aug 2013 17:49:41 -0400

> cgroup controller API will be converted to primarily use struct
> cgroup_subsys_state instead of struct cgroup.  In preparation, make
> the internal functions of netprio_cgroup pass around @css instead of
> @cgrp.
> 
> While at it, kill struct cgroup_netprio_state which only contained
> struct cgroup_subsys_state without serving any purpose.  All functions
> are converted to deal with @css directly.
> 
> This patch shouldn't cause any behavior differences.
> 
> Signed-off-by: Tejun Heo 

Acked-by: David S. Miller 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state

2013-08-01 Thread David Miller
From: Tejun Heo t...@kernel.org
Date: Thu,  1 Aug 2013 17:49:41 -0400

 cgroup controller API will be converted to primarily use struct
 cgroup_subsys_state instead of struct cgroup.  In preparation, make
 the internal functions of netprio_cgroup pass around @css instead of
 @cgrp.
 
 While at it, kill struct cgroup_netprio_state which only contained
 struct cgroup_subsys_state without serving any purpose.  All functions
 are converted to deal with @css directly.
 
 This patch shouldn't cause any behavior differences.
 
 Signed-off-by: Tejun Heo t...@kernel.org

Acked-by: David S. Miller da...@davemloft.net
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/