From: Laura Abbott Date: Mon, 17 Feb 2014 21:58:35 +0000 (-0800) Subject: staging: ion: Fix debugfs handling of multiple kernel clients X-Git-Tag: v3.15-rc1~139^2~1018 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483ed03f5eee1d1207e8648e923d615ce0599814;p=pandora-kernel.git staging: ion: Fix debugfs handling of multiple kernel clients Currently, Ion registers all debugfs entries for clients via pid. If there are multiple kernel clients, this means the debugfs entry only gets created for the first one. Fix this by creating debugfs entries by name always. When creating user clients, specify the name via the pid. Cc: Colin Cross Cc: Android Kernel Team Signed-off-by: Laura Abbott Signed-off-by: Mitchel Humpherys [jstultz: Minor commit subject tweaks] Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed