From: Tejun Heo <[email protected]> Date: Fri, 9 May 2014 17:31:18 -0400
> cgroup in general is moving towards using cgroup_subsys_state as the > fundamental structural component and css_parent() was introduced to > convert from using cgroup->parent to css->parent. It was quite some > time ago and we're moving forward with making css more prominent. > > This patch drops the trivial wrapper css_parent() and let the users > dereference css->parent. While at it, explicitly mark fields of css > which are public and immutable. > > Signed-off-by: Tejun Heo <[email protected]> For networking bits: Acked-by: David S. Miller <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

