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 @@ -1841,6 +1841,7 @@ call_bind_status(struct rpc_task *task)
1841
1841
case - ECONNABORTED :
1842
1842
case - ENOTCONN :
1843
1843
case - EHOSTDOWN :
1844
+ case - ENETDOWN :
1844
1845
case - EHOSTUNREACH :
1845
1846
case - ENETUNREACH :
1846
1847
case - ENOBUFS :
@@ -1917,6 +1918,7 @@ call_connect_status(struct rpc_task *task)
1917
1918
/* fall through */
1918
1919
case - ECONNRESET :
1919
1920
case - ECONNABORTED :
1921
+ case - ENETDOWN :
1920
1922
case - ENETUNREACH :
1921
1923
case - EHOSTUNREACH :
1922
1924
case - EADDRINUSE :
@@ -2022,6 +2024,7 @@ call_transmit_status(struct rpc_task *task)
2022
2024
*/
2023
2025
case - ECONNREFUSED :
2024
2026
case - EHOSTDOWN :
2027
+ case - ENETDOWN :
2025
2028
case - EHOSTUNREACH :
2026
2029
case - ENETUNREACH :
2027
2030
case - EPERM :
@@ -2071,6 +2074,7 @@ call_bc_transmit(struct rpc_task *task)
2071
2074
switch (task -> tk_status ) {
2072
2075
case 0 :
2073
2076
/* Success */
2077
+ case - ENETDOWN :
2074
2078
case - EHOSTDOWN :
2075
2079
case - EHOSTUNREACH :
2076
2080
case - ENETUNREACH :
@@ -2139,6 +2143,7 @@ call_status(struct rpc_task *task)
2139
2143
task -> tk_status = 0 ;
2140
2144
switch (status ) {
2141
2145
case - EHOSTDOWN :
2146
+ case - ENETDOWN :
2142
2147
case - EHOSTUNREACH :
2143
2148
case - ENETUNREACH :
2144
2149
case - EPERM :
Original file line number Diff line number Diff line change @@ -2439,6 +2439,7 @@ static void xs_tcp_setup_socket(struct work_struct *work)
2439
2439
*/
2440
2440
case - ECONNREFUSED :
2441
2441
case - ECONNRESET :
2442
+ case - ENETDOWN :
2442
2443
case - ENETUNREACH :
2443
2444
case - EHOSTUNREACH :
2444
2445
case - EADDRINUSE :
You can’t perform that action at this time.
0 commit comments