X25: Move interrupt flag to bitfield
Moves the x25 interrupt flag from char into bitfield. Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

zatwierdzone przez
David S. Miller

rodzic
cb863ffd4a
commit
b7792e34cb
@@ -273,7 +273,7 @@ static int x25_state3_machine(struct sock *sk, struct sk_buff *skb, int frametyp
|
||||
break;
|
||||
|
||||
case X25_INTERRUPT_CONFIRMATION:
|
||||
x25->intflag = 0;
|
||||
clear_bit(X25_INTERRUPT_FLAG, &x25->flags);
|
||||
break;
|
||||
|
||||
case X25_INTERRUPT:
|
||||
|
Reference in New Issue
Block a user