Commit c1989bf
committed
ioctl: retry ioctl on EINTR return value
Recent changes in the nvme-tcp transport started to return EINTR due to
a signal while reading from a socket. The transport could retry the
operation but so far this hasn't been implemented. Thus we retry in
userpace the connect call when EINTR is returned.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 0172e65 commit c1989bf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments