From: Noel Power Date: Thu, 17 Jun 2021 09:03:05 +0000 (+0100) Subject: s3: VFS: Update status of SMB_VFS_CHFLAGS X-Git-Tag: tevent-0.11.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ca3137809800fe1014a06aa3912241d540d1b2;p=thirdparty%2Fsamba.git s3: VFS: Update status of SMB_VFS_CHFLAGS Signed-off-by: Noel Power Reviewed-by: Jeremy Allison Autobuild-User(master): Noel Power Autobuild-Date(master): Tue Jun 29 09:10:00 UTC 2021 on sn-devel-184 --- diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org index 12eed5ba9a0..f85e005232d 100644 --- a/source3/modules/The_New_VFS.org +++ b/source3/modules/The_New_VFS.org @@ -202,7 +202,7 @@ whenever VFS access is done in a piecemeal fashion. | SMB_VFS_BRL_LOCK_WINDOWS() | [[fsp][fsp]] | - | | SMB_VFS_BRL_UNLOCK_WINDOWS() | [[fsp][fsp]] | - | | SMB_VFS_CHDIR() | [[Path][Path]] | Todo | -| SMB_VFS_CHFLAGS() | [[Path][Path]] | Todo | +| SMB_VFS_CHFLAGS() | [[Path][Path]] | - | | SMB_VFS_CHMOD() | [[Path][Path]] | - | | SMB_VFS_CLOSE() | [[fsp][fsp]] | - | | SMB_VFS_CLOSEDIR() | [[fsp][fsp]] | - | diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt index b3da1a3c97e..6405371c816 100644 --- a/source3/modules/The_New_VFS.txt +++ b/source3/modules/The_New_VFS.txt @@ -270,7 +270,7 @@ Table of Contents SMB_VFS_BRL_LOCK_WINDOWS() [fsp] - SMB_VFS_BRL_UNLOCK_WINDOWS() [fsp] - SMB_VFS_CHDIR() [Path] Todo - SMB_VFS_CHFLAGS() [Path] Todo + SMB_VFS_CHFLAGS() [Path] - SMB_VFS_CHMOD() [Path] - SMB_VFS_CLOSE() [fsp] - SMB_VFS_CLOSEDIR() [fsp] -