commit | 948c4db4ee10d85fe78ed3755dcaeb85cd37a148 | [log] [tgz] |
---|---|---|
author | Neil Zhang <neilzhang1123@hotmail.com> | Tue Jan 26 17:39:06 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | 86b62499be3ee96d09544fd993b95a4800fd2113 | |
parent | 9f90381b3ec8ad5056348642333f0220c95def27 [diff] |
ion:synchronize debugfs callback and ion_client_destroy There are race condition B/T ion_client_destroy and debugfs callbacks. Let's use a mutex to synchronize them. Signed-off-by: Neil Zhang <neilzhang1123@hotmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>