Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24359e67 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "trace: ipc_logging: Destroy debugfs directories with logging contexts"

parents 87a28f70 5f393f4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -857,6 +857,8 @@ int ipc_log_context_destroy(void *ctxt)
	list_del(&ilctxt->list);
	write_unlock_irqrestore(&context_list_lock_lha1, flags);

	debugfs_remove_recursive(ilctxt->dent);

	kfree(ilctxt);
	return 0;
}