]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: ion: Fix debugfs handling of multiple kernel clients
authorLaura Abbott <lauraa@codeaurora.org>
Mon, 17 Feb 2014 21:58:35 +0000 (13:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 19:05:08 +0000 (11:05 -0800)
commit483ed03f5eee1d1207e8648e923d615ce0599814
tree585754e899db56c319badfe6b9bd8a7d1771f7c9
parentb08585fb92a94eda82d868c4f9bf8ed653badbd0
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 <ccross@android.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
[jstultz: Minor commit subject tweaks]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c