[CRIU] [PATCH] util: Don't swear on interrupted close syscall

Cyrill Gorcunov gorcunov at virtuozzo.com
Thu May 4 06:36:24 PDT 2017


On Thu, May 04, 2017 at 04:33:56PM +0300, Pavel Emelyanov wrote:
> On 05/03/2017 12:16 AM, Cyrill Gorcunov wrote:
> > In case of EINTR here the descriptor will be
> > closed anyway.
> 
> We do we have this EINTR here at all?

Any syscall may exit with EINTR, except in case of close it is
special because file will be closed anyway.


More information about the CRIU mailing list