Date: Tue, 27 Jun 1995 14:29:14 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <199506272129.OAA03825@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/06/27 14:29:12 Modified: sys/kern vfs_subr.c Log: Pass the correct nonblocking flag to VOP_CLOSE() in vclean(). VOP_CLOSE() takes `F' (file) flags, not `IO' flags. At least that's what close() passes. I previously fixed ttylclose() to check FNONBLOCK instead of IO_NDELAY. This broke the call from vclean() and cleaning of ptys sometimes deadlocked.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506272129.OAA03825>