Improve binder stability
Improve binder stability Signed-off-by: kote <kote@oneplus.com> (cherry picked from commit de863ae927163ea5ead37229f7483f08e4f2b818) Change-Id: Ie7635b674e79c60ab237ed46ad6e120d53692dfe
This commit is contained in:
parent
890f9ea2b8
commit
f6188b64ec
1 changed files with 2 additions and 1 deletions
|
@ -5931,7 +5931,8 @@ static int proc_transactions_open(struct inode *inode, struct file *file)
|
|||
|
||||
static int proc_transaction_log_open(struct inode *inode, struct file *file)
|
||||
{
|
||||
return single_open(file, binder_transaction_log_show, inode->i_private);
|
||||
return single_open(file, binder_transaction_log_show,
|
||||
&binder_transaction_log);
|
||||
}
|
||||
|
||||
static const struct file_operations proc_state_operations = {
|
||||
|
|
Loading…
Add table
Reference in a new issue