From: Tejun Heo Date: Thu, 5 Dec 2013 17:28:02 +0000 (-0500) Subject: netprio_cgroup: convert away from cftype->read_map() X-Git-Tag: v3.14-rc1~136^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92e113cabc1d3e47dc4740a814adb413f022e2f;p=pandora-kernel.git netprio_cgroup: convert away from cftype->read_map() In preparation of conversion to kernfs, cgroup file handling is being consolidated so that it can be easily mapped to the seq_file based interface of kernfs. cftype->read_map() doesn't add any value and being replaced with ->read_seq_string(). Update read_priomap() to use ->read_seq_string() instead. This patch doesn't make any visible behavior changes. Signed-off-by: Tejun Heo Acked-by: Neil Horman Acked-by: Daniel Wagner Acked-by: Li Zefan --- Reading git-diff-tree failed