From: Ralph Boehme Date: Fri, 15 Jan 2021 08:54:15 +0000 (+0100) Subject: vfs: update status of SMB_VFS_MKNODAT() X-Git-Tag: samba-4.14.0rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5feabb64de76b87b60847270d03f344f09bae6eb;p=thirdparty%2Fsamba.git vfs: update status of SMB_VFS_MKNODAT() Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org index aff51c4375d..6566d93df95 100644 --- a/source3/modules/The_New_VFS.org +++ b/source3/modules/The_New_VFS.org @@ -259,7 +259,7 @@ whenever VFS access is done in a piecemeal fashion. | SMB_VFS_LSEEK() | [[fsp][fsp]] | - | | SMB_VFS_LSTAT() | [[Path][Path]] | Todo | | SMB_VFS_MKDIRAT() | [[NsC][NsC]] | Todo | -| SMB_VFS_MKNODAT() | [[NsC][NsC]] | Todo | +| SMB_VFS_MKNODAT() | [[NsC][NsC]] | - | | SMB_VFS_NTIMES() | [[Path][Path]] | Todo | | SMB_VFS_OFFLOAD_READ_RECV() | [[fsp][fsp]] | - | | SMB_VFS_OFFLOAD_READ_SEND() | [[fsp][fsp]] | - | diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt index 345457c5a90..4c2a7cde0bc 100644 --- a/source3/modules/The_New_VFS.txt +++ b/source3/modules/The_New_VFS.txt @@ -327,7 +327,7 @@ Table of Contents SMB_VFS_LSEEK() [fsp] - SMB_VFS_LSTAT() [Path] Todo SMB_VFS_MKDIRAT() [NsC] Todo - SMB_VFS_MKNODAT() [NsC] Todo + SMB_VFS_MKNODAT() [NsC] - SMB_VFS_NTIMES() [Path] Todo SMB_VFS_OFFLOAD_READ_RECV() [fsp] - SMB_VFS_OFFLOAD_READ_SEND() [fsp] -