commit | 6770c64e5c8da4705d1f0973bdeb5c2bf4f3a404 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue May 13 12:16:21 2014 -0400 |
committer | Tejun Heo <tj@kernel.org> | Tue May 13 12:16:21 2014 -0400 |
tree | 29e16383df94d4a31f6fec2f49f5ae84c369f911 | |
parent | 451af504df0c62f695a69b83c250486e77c66378 [diff] |
cgroup: replace cftype->trigger() with cftype->write() cftype->trigger() is pointless. It's trivial to ignore the input buffer from a regular ->write() operation. Convert all ->trigger() users to ->write() and remove ->trigger(). This patch doesn't introduce any visible behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@suse.cz>