Merge tag 'v3.10.94' into update

This is the 3.10.94 stable release
This commit is contained in:
Stricted
2018-03-21 22:49:45 +01:00
32 changed files with 176 additions and 47 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ extern int inet_ctl_sock_create(struct sock **sk, unsigned short family,
static inline void inet_ctl_sock_destroy(struct sock *sk)
{
sk_release_kernel(sk);
if (sk)
sk_release_kernel(sk);
}
#endif