summaryrefslogtreecommitdiffstats
path: root/include/net/iucv
diff options
context:
space:
mode:
authorUrsula Braun2011-12-19 23:56:31 +0100
committerDavid S. Miller2011-12-20 20:05:03 +0100
commitaac6399c6a08334282653a86ce760cff3e1755b7 (patch)
tree58cc7b284f22ce3cc0a5491c6af9e22ab2385b33 /include/net/iucv
parentaf_iucv: remove unused timer infrastructure (diff)
downloadkernel-qcow2-linux-aac6399c6a08334282653a86ce760cff3e1755b7.tar.gz
kernel-qcow2-linux-aac6399c6a08334282653a86ce760cff3e1755b7.tar.xz
kernel-qcow2-linux-aac6399c6a08334282653a86ce760cff3e1755b7.zip
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/iucv')
-rw-r--r--include/net/iucv/af_iucv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/iucv/af_iucv.h b/include/net/iucv/af_iucv.h
index e385f856706f..0954ec959159 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