Re: fs/afs/rxrpc.c:187:17-21: ERROR: reference preceded by free on line 184 (fwd)

From: David Howells
Date: Thu Feb 23 2017 - 12:42:51 EST


Julia Lawall <julia.lawall@xxxxxxx> wrote:

> No idea if this is a problem. Maybe trace_afs_call is just using the
> address?

Yes. It's merely prints the address of the call struct - so it doesn't matter
if we've freed it or not.

David