File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ void xprt_unlock_connect(struct rpc_xprt *, void *);
360360#define XPRT_BOUND (4)
361361#define XPRT_BINDING (5)
362362#define XPRT_CLOSING (6)
363- #define XPRT_CONNECTION_CLOSE (8)
364363#define XPRT_CONGESTED (9)
365364
366365static inline void xprt_set_connected (struct rpc_xprt * xprt )
Original file line number Diff line number Diff line change @@ -683,7 +683,6 @@ xprt_init_autodisconnect(unsigned long data)
683683 if (test_and_set_bit (XPRT_LOCKED , & xprt -> state ))
684684 goto out_abort ;
685685 spin_unlock (& xprt -> transport_lock );
686- set_bit (XPRT_CONNECTION_CLOSE , & xprt -> state );
687686 queue_work (rpciod_workqueue , & xprt -> task_cleanup );
688687 return ;
689688out_abort :
Original file line number Diff line number Diff line change @@ -804,7 +804,6 @@ static void xs_error_report(struct sock *sk)
804804static void xs_sock_reset_connection_flags (struct rpc_xprt * xprt )
805805{
806806 smp_mb__before_atomic ();
807- clear_bit (XPRT_CONNECTION_CLOSE , & xprt -> state );
808807 clear_bit (XPRT_CLOSE_WAIT , & xprt -> state );
809808 clear_bit (XPRT_CLOSING , & xprt -> state );
810809 smp_mb__after_atomic ();
You can’t perform that action at this time.
0 commit comments