[PATCH 2/6] cgroup: Add css_mount and css_umount

2015-08-23 Thread Vikas Shivappa
Add subsystem APIs css_mount and css_umount which will be called during cgroup_mount and umount respectively. This will let the subsystem perform any specific setup during mount/umount. This will be used in code data prioritization code later. Signed-off-by: Vikas Shivappa ---

[PATCH 2/6] cgroup: Add css_mount and css_umount

2015-08-23 Thread Vikas Shivappa
Add subsystem APIs css_mount and css_umount which will be called during cgroup_mount and umount respectively. This will let the subsystem perform any specific setup during mount/umount. This will be used in code data prioritization code later. Signed-off-by: Vikas Shivappa