]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: Add SMB_VFS_MKNODAT().
authorJeremy Allison <jra@samba.org>
Tue, 20 Aug 2019 23:31:00 +0000 (16:31 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 22 Aug 2019 18:00:33 +0000 (18:00 +0000)
commite2246876d1ebdde2eaa2bd635e8907f1671b4159
treeea85101ba76cc55b00066c32673014ca4498f474
parente4c4af64fa7fde3ff116390182628235a2fb7185
s3: VFS: Add SMB_VFS_MKNODAT().

Currently identical to SMB_VFS_MKNOD().

Next, add to all VFS modules that implement
mknod and eventually remove mknod.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_not_implemented.c
source3/smbd/vfs.c