From: Serge E. Hallyn Date: Tue, 29 Apr 2008 08:00:14 +0000 (-0700) Subject: cgroups: introduce cft->read_seq() X-Git-Tag: v2.6.26-rc1~572 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29486df325e1fe6e1764afcb19e3370804c2b002;p=pandora-kernel.git cgroups: introduce cft->read_seq() Introduce a read_seq() helper in cftype, which uses seq_file to print out lists. Use it in the devices cgroup. Also split devices.allow into two files, so now devices.deny and devices.allow are the ones to use to manipulate the whitelist, while devices.list outputs the cgroup's current whitelist. Signed-off-by: Serge E. Hallyn Acked-by: Paul Menage Cc: Balbir Singh Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed