Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guaranteed indica...
authorJeremy Allison <jra@samba.org>
Mon, 9 Jul 2012 23:59:49 +0000 (16:59 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 10 Jul 2012 16:39:29 +0000 (09:39 -0700)
commit02d42be2589ff821ea9f63140694099d518f3046
tree2245e3e369b754de782cfd58fb7867ba3e343ccc
parent3aa186f1d4d9ca723fb9c876d0b3fc1f58d556fb
Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guaranteed indication of creation of a new file.
source3/smbd/open.c