Comment 1 for bug 558517

Revision history for this message
Tobias C. Rittweiler (tcr) wrote :

I forgot to mention that despite of using W/O-INTERRUPTS
around the UWP in WITH-OPEN-FILE, one could still lose
an FD within OPEN itself. And disabling interrupts during
the extent of OPEN does not sound very right either in case
of blocking.

Still, disabling interrupts around the UWP would minimize the
window.