iucv: provide second per-cpu IUCV command parameter block
authorUrsula Braun <ursula.braun@de.ibm.com>
Tue, 21 Apr 2009 23:26:20 +0000 (23:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2009 11:04:28 +0000 (04:04 -0700)
commit42e1b4c2c6c823ae26e64c557addf5329a7735b7
tree4d075b3cac161fc888372b9db656a8802e9bf0ed
parent362b76edb78923face033e18e4ffc85df8db0f28
iucv: provide second per-cpu IUCV command parameter block

Some of the IUCV commands can be invoked in interrupt context.
Those commands need a different per-cpu IUCV command parameter block,
otherwise they might overwrite an IUCV command parameter of a not yet
finished IUCV command invocation in process context.

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/iucv.c