diff options
author | Bart Van Assche <bvanassche@acm.org> | 2012-03-17 17:18:54 +0000 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-11-30 17:40:29 -0800 |
commit | 09be70a238005cc33f2a52b0aeae52f117e81582 (patch) | |
tree | 503bc827e108bf820cd55aa605a6e6d36f8ac00d /drivers/infiniband/ulp/srp/ib_srp.h | |
parent | c9b03c1ae55decc721310b79d8f50d44fbb37dc7 (diff) | |
download | op-kernel-dev-09be70a238005cc33f2a52b0aeae52f117e81582.zip op-kernel-dev-09be70a238005cc33f2a52b0aeae52f117e81582.tar.gz |
IB/srp: Eliminate state SRP_TARGET_CONNECTING
Block the SCSI host while reconnecting instead of representing the
reconnection activity as a distinct SRP target state. This allows us
to eliminate the target state SRP_TARGET_CONNECTING.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/ulp/srp/ib_srp.h')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.h b/drivers/infiniband/ulp/srp/ib_srp.h index e3a6304..8b436ce 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.h +++ b/drivers/infiniband/ulp/srp/ib_srp.h @@ -80,7 +80,6 @@ enum { enum srp_target_state { SRP_TARGET_LIVE, - SRP_TARGET_CONNECTING, SRP_TARGET_DEAD, SRP_TARGET_REMOVED }; |