Commit 9851832
committed
Revert "fabrics: retry connect command on EINTR"
This reverts commit 2b30489.
The simple approach to retry on EINTR will also prevent to exit the loop
on Ctrl-C. And adding a signal handler in the library is generally not a
good idea. It would need an additional API between users and the library
to handle signals. Let's forward EINTR and the user handle this instead.
Signed-off-by: Daniel Wagner <wagi@kernel.org>1 parent 1302510 commit 9851832
2 files changed
+1
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 247 | | |
262 | 248 | | |
263 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| |||
0 commit comments