From: Noel Power Date: Mon, 12 Apr 2021 09:48:34 +0000 (+0100) Subject: VFS: Update status of SMB_VFS_CHMOD X-Git-Tag: tevent-0.11.0~1193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4ad0aa373afc94b15a5d538deea53bfa2d14856;p=thirdparty%2Fsamba.git VFS: Update status of SMB_VFS_CHMOD Missed when SMB_VFS_CHMOD() was removed. Signed-off-by: Noel Power Reviewed-by: Ralph Boehme Autobuild-User(master): Noel Power Autobuild-Date(master): Mon Apr 12 11:11:06 UTC 2021 on sn-devel-184 --- diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org index afb2ed84f1c..5dc899befb6 100644 --- a/source3/modules/The_New_VFS.org +++ b/source3/modules/The_New_VFS.org @@ -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]] | - | diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt index ecff08972d0..5121229dc0a 100644 --- a/source3/modules/The_New_VFS.txt +++ b/source3/modules/The_New_VFS.txt @@ -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] -