DragonFlyBSD/src 242ef4esys/kern kern_descrip.c

kernel - Change closefrom() EINTR behavior

* closefrom() no longer breaks out of its loop if it gets an
  EINTR from a close().  EINTR can only occur from NFS in this
  situation, and the descriptor is still closed.  Any EINTR's
  which occur will be rolled up and returned after the loop
  completes.

* Callers usually ignore closefrom()'s return value anyway.

Suggested-by: mjg
DeltaFile
+14-5sys/kern/kern_descrip.c
+14-51 files

UnifiedSplitRaw