]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
VFS: Update status of SMB_VFS_CHMOD
authorNoel Power <noel.power@suse.com>
Mon, 12 Apr 2021 09:48:34 +0000 (10:48 +0100)
committerNoel Power <npower@samba.org>
Mon, 12 Apr 2021 11:11:06 +0000 (11:11 +0000)
Missed when SMB_VFS_CHMOD() was removed.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Mon Apr 12 11:11:06 UTC 2021 on sn-devel-184

source3/modules/The_New_VFS.org
source3/modules/The_New_VFS.txt

index afb2ed84f1c4d29f1157f7421e826964c6bb838b..5dc899befb6ce64c6f7bcfa1208d4d612f4cc262 100644 (file)
@@ -203,7 +203,7 @@ whenever VFS access is done in a piecemeal fashion.
 | SMB_VFS_BRL_UNLOCK_WINDOWS()      | [[fsp][fsp]]      | -      |
 | SMB_VFS_CHDIR()                   | [[Path][Path]]     | Todo   |
 | SMB_VFS_CHFLAGS()                 | [[Path][Path]]     | Todo   |
-| SMB_VFS_CHMOD()                   | [[Path][Path]]     | Todo   |
+| SMB_VFS_CHMOD()                   | [[Path][Path]]     | -      |
 | SMB_VFS_CLOSE()                   | [[fsp][fsp]]      | -      |
 | SMB_VFS_CLOSEDIR()                | [[fsp][fsp]]      | -      |
 | SMB_VFS_CONNECT()                 | [[Disk][Disk]]     | -      |
index ecff08972d0dd3abd826b55f61255ac3a5301b56..5121229dc0ac076698e9bf39aed735066fb72c08 100644 (file)
@@ -271,7 +271,7 @@ Table of Contents
    SMB_VFS_BRL_UNLOCK_WINDOWS()       [fsp]       -
    SMB_VFS_CHDIR()                    [Path]      Todo
    SMB_VFS_CHFLAGS()                  [Path]      Todo
-   SMB_VFS_CHMOD()                    [Path]      Todo
+   SMB_VFS_CHMOD()                    [Path]      -
    SMB_VFS_CLOSE()                    [fsp]       -
    SMB_VFS_CLOSEDIR()                 [fsp]       -
    SMB_VFS_CONNECT()                  [Disk]      -