diff options
author | Ursula Braun <ursula.braun@de.ibm.com> | 2011-12-19 22:56:31 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-20 14:05:03 -0500 |
commit | aac6399c6a08334282653a86ce760cff3e1755b7 (patch) | |
tree | 58cc7b284f22ce3cc0a5491c6af9e22ab2385b33 /include/net | |
parent | 9e8ba5f3ec35cba4fd8a8bebda548c4db2651e40 (diff) | |
download | op-kernel-dev-aac6399c6a08334282653a86ce760cff3e1755b7.zip op-kernel-dev-aac6399c6a08334282653a86ce760cff3e1755b7.tar.gz |
af_iucv: get rid of state IUCV_SEVERED
af_iucv differs unnecessarily between state IUCV_SEVERED and
IUCV_DISCONN. This patch removes state IUCV_SEVERED.
While simplifying af_iucv, this patch removes the 2nd invocation of
cpcmd as well.
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/iucv/af_iucv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h index e385f85..0954ec9 100644 --- a/include/net/iucv/af_iucv.h +++ b/include/net/iucv/af_iucv.h @@ -27,7 +27,6 @@ enum { IUCV_OPEN, IUCV_BOUND, IUCV_LISTEN, - IUCV_SEVERED, IUCV_DISCONN, IUCV_CLOSING, IUCV_CLOSED |