···819819 * Allocates a LLC sock and initializes it. Returns the new LLC sock820820 * or %NULL if there's no memory available for one821821 */822822-struct sock *llc_sk_alloc(int family, int priority, struct proto *prot)822822+struct sock *llc_sk_alloc(int family, unsigned int __nocast priority,823823+ struct proto *prot)823824{824825 struct sock *sk = sk_alloc(family, priority, prot, 1);825826
···88#include <linux/mm.h>99#include <linux/init.h>1010#include <linux/sysctl.h>1111+#include <net/llc.h>11121213#ifndef CONFIG_SYSCTL1314#error This file should not be compiled without CONFIG_SYSCTL defined1415#endif1515-1616-extern int sysctl_llc2_ack_timeout;1717-extern int sysctl_llc2_busy_timeout;1818-extern int sysctl_llc2_p_timeout;1919-extern int sysctl_llc2_rej_timeout;2020-extern int sysctl_llc_station_ack_timeout;21162217static struct ctl_table llc2_timeout_table[] = {2318 {