From: Christof Schmitt Date: Mon, 20 Sep 2021 22:29:22 +0000 (-0700) Subject: VFS: Update tracking documents for renamed function X-Git-Tag: ldb-2.5.0~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113f6964d0168c21dc94aa594f728c175fc294df;p=thirdparty%2Fsamba.git VFS: Update tracking documents for renamed function Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org index 8ad842d113f..6309986a519 100644 --- a/source3/modules/The_New_VFS.org +++ b/source3/modules/The_New_VFS.org @@ -250,7 +250,7 @@ whenever VFS access is done in a piecemeal fashion. | SMB_VFS_GETXATTR() | [[Path][Path]] | - | | SMB_VFS_GETXATTRAT_RECV() | [[Enum][Enum]] | - | | SMB_VFS_GETXATTRAT_SEND() | [[Enum][Enum]] | - | -| SMB_VFS_KERNEL_FLOCK() | [[fsp][fsp]] | - | +| SMB_VFS_FILESYSTEM_SHAREMODE() | [[fsp][fsp]] | - | | SMB_VFS_LCHOWN() | [[Path][Path]] | Todo | | SMB_VFS_LINKAT() | [[NsC][NsC]] | - | | SMB_VFS_LINUX_SETLEASE() | [[fsp][fsp]] | - | @@ -350,7 +350,7 @@ whenever VFS access is done in a piecemeal fashion. - SMB_VFS_GETLOCK() - SMB_VFS_GET_ALLOC_SIZE() - SMB_VFS_GET_SHADOW_COPY_DATA() - - SMB_VFS_KERNEL_FLOCK() + - SMB_VFS_FILESYSTEM_SHAREMODE() - SMB_VFS_LINUX_SETLEASE() - SMB_VFS_LOCK() - SMB_VFS_LSEEK() diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt index 4680a3f8055..7988639d4a4 100644 --- a/source3/modules/The_New_VFS.txt +++ b/source3/modules/The_New_VFS.txt @@ -318,7 +318,7 @@ Table of Contents SMB_VFS_GETXATTR() [Path] - SMB_VFS_GETXATTRAT_RECV() [Enum] - SMB_VFS_GETXATTRAT_SEND() [Enum] - - SMB_VFS_KERNEL_FLOCK() [fsp] - + SMB_VFS_FILESYSTEM_SHAREMODE() [fsp] - SMB_VFS_LCHOWN() [Path] Todo SMB_VFS_LINKAT() [NsC] - SMB_VFS_LINUX_SETLEASE() [fsp] - @@ -456,7 +456,7 @@ Table of Contents • SMB_VFS_GETLOCK() • SMB_VFS_GET_ALLOC_SIZE() • SMB_VFS_GET_SHADOW_COPY_DATA() - • SMB_VFS_KERNEL_FLOCK() + • SMB_VFS_FILESYSTEM_SHAREMODE() • SMB_VFS_LINUX_SETLEASE() • SMB_VFS_LOCK() • SMB_VFS_LSEEK()