open files with O_NONBLOCK when available. This is necessary to
authorAndrew Tridgell <tridge@samba.org>
Thu, 15 Jun 2000 14:15:48 +0000 (14:15 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 15 Jun 2000 14:15:48 +0000 (14:15 +0000)
commit9fd67b94a7e43c9dcbe098940b88879ae8743c00
tree857185a3d5385ef98a9f5fa2fa75d4c9e499f529
parentfabe1f350e1fc58db33d22cebd38652950697ced
open files with O_NONBLOCK when available. This is necessary to
prevent possible deadlocks with kernel leases and harmless when kernel
leases are not used.

basically we don't ever want smbd to block
source/smbd/open.c