You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue is that sock_alloc() allocates socket and inode, calling sock->ops->release() is not enough to release all resources, calling sock_release() instead.
I don't see anywhere to acquire lock in
tsi_release
, but the lock is released in the end. Is it right?The text was updated successfully, but these errors were encountered: