File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1850,6 +1850,7 @@ call_bind_status(struct rpc_task *task)
1850
1850
case - ECONNABORTED :
1851
1851
case - ENOTCONN :
1852
1852
case - EHOSTDOWN :
1853
+ case - ENETDOWN :
1853
1854
case - EHOSTUNREACH :
1854
1855
case - ENETUNREACH :
1855
1856
case - ENOBUFS :
@@ -1925,6 +1926,7 @@ call_connect_status(struct rpc_task *task)
1925
1926
}
1926
1927
case - ECONNRESET :
1927
1928
case - ECONNABORTED :
1929
+ case - ENETDOWN :
1928
1930
case - ENETUNREACH :
1929
1931
case - EHOSTUNREACH :
1930
1932
case - EADDRINUSE :
@@ -2029,6 +2031,7 @@ call_transmit_status(struct rpc_task *task)
2029
2031
*/
2030
2032
case - ECONNREFUSED :
2031
2033
case - EHOSTDOWN :
2034
+ case - ENETDOWN :
2032
2035
case - EHOSTUNREACH :
2033
2036
case - ENETUNREACH :
2034
2037
case - EPERM :
@@ -2080,6 +2083,7 @@ call_bc_transmit(struct rpc_task *task)
2080
2083
switch (task -> tk_status ) {
2081
2084
case 0 :
2082
2085
/* Success */
2086
+ case - ENETDOWN :
2083
2087
case - EHOSTDOWN :
2084
2088
case - EHOSTUNREACH :
2085
2089
case - ENETUNREACH :
@@ -2151,6 +2155,7 @@ call_status(struct rpc_task *task)
2151
2155
task -> tk_status = 0 ;
2152
2156
switch (status ) {
2153
2157
case - EHOSTDOWN :
2158
+ case - ENETDOWN :
2154
2159
case - EHOSTUNREACH :
2155
2160
case - ENETUNREACH :
2156
2161
case - EPERM :
Original file line number Diff line number Diff line change @@ -2436,6 +2436,7 @@ static void xs_tcp_setup_socket(struct work_struct *work)
2436
2436
*/
2437
2437
case - ECONNREFUSED :
2438
2438
case - ECONNRESET :
2439
+ case - ENETDOWN :
2439
2440
case - ENETUNREACH :
2440
2441
case - EHOSTUNREACH :
2441
2442
case - EADDRINUSE :
You can’t perform that action at this time.
0 commit comments