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
af_unix: Remove redundant scm->fp check in __scm_destroy().
__scm_destroy() is called from __scm_recv_common() or
scm_destroy(), and both of which check if scm->fp is NULL.
Let's remove the redundant scm->fp check in __scm_destroy().
While at it, we remove EXPORT_SYMBOL() for it and rename it
to scm_fp_destroy() to make the following patch clearer.
Signed-off-by: Kuniyuki Iwashima <[email protected]>
0 commit comments