Allow for async opens.
commitb004121d9beb890054b373f96c8145bf8a830065
authorJeremy Allison <jra@samba.org>
Fri, 29 Jun 2012 20:14:10 +0000 (29 13:14 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 30 Jun 2012 00:23:39 +0000 (30 02:23 +0200)
treeb62dfd999a3a07140f9f11fb2c193a128e5343a8
parentd1e1aa552d3feb430b6b48c572ba2b713dfffec5
Allow for async opens.

If the SMB_VFS_OPEN() function returns -1, EINTR -> NT_STATUS_RETRY,
then queue the open up to be completed when the async open completes.
source3/smbd/open.c