* renaming x25_proto_ops to x25_seqpacket_ops Signed-off-by: Aristeu Sergio Rozanski Filho Index: net/x25/af_x25.c =================================================================== --- net/x25/af_x25.c (revision 32) +++ net/x25/af_x25.c (revision 33) @@ -69,7 +69,7 @@ HLIST_HEAD(x25_list); rwlock_t x25_list_lock = RW_LOCK_UNLOCKED; -static struct proto_ops x25_proto_ops; +static struct proto_ops x25_seqpacket_ops; static struct x25_address null_x25_address = {" "}; @@ -485,7 +485,7 @@ x25_init_timers(sk); - sock->ops = &x25_proto_ops; + sock->ops = &x25_seqpacket_ops; sk->sk_protocol = protocol; sk->sk_prot = &x25_prot; sk->sk_backlog_rcv = x25_backlog_rcv; @@ -1324,7 +1324,7 @@ .owner = THIS_MODULE, }; -static struct proto_ops SOCKOPS_WRAPPED(x25_proto_ops) = { +static struct proto_ops SOCKOPS_WRAPPED(x25_seqpacket_ops) = { .family = AF_X25, .owner = THIS_MODULE, .release = x25_release,