mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Drop unreachable code
This commit is contained in:
parent
d735798674
commit
0cb3bdcfce
@ -135,7 +135,6 @@ retry_fcntl:
|
||||
switch (errno) {
|
||||
case EINTR:
|
||||
goto retry_fcntl;
|
||||
break;
|
||||
case EACCES:
|
||||
case EAGAIN:
|
||||
if (retries == 20) {
|
||||
|
Loading…
Reference in New Issue
Block a user