]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: update status of SMB_VFS_MKNODAT()
authorRalph Boehme <slow@samba.org>
Fri, 15 Jan 2021 08:54:15 +0000 (09:54 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 15 Jan 2021 20:56:28 +0000 (20:56 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/The_New_VFS.org
source3/modules/The_New_VFS.txt

index aff51c4375daa13446af664baff3c1f5bcd11590..6566d93df9523dd37ed3a405ef16eb8e0ecc7b11 100644 (file)
@@ -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]]      | -      |
index 345457c5a909185d2919a8c46e53daf68a947df8..4c2a7cde0bc27f6c3def19177812739ebdfdd157 100644 (file)
@@ -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]       -