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
char example: use 'struct kref' instead of "raw" reference count
When using a reference count to control the lifetime of a structure,
struct kref should be used instead of a raw reference count.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
0 commit comments