VFS: Update tracking documents for renamed function
authorChristof Schmitt <cs@samba.org>
Mon, 20 Sep 2021 22:29:22 +0000 (15:29 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 21 Sep 2021 18:47:38 +0000 (18:47 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/The_New_VFS.org
source3/modules/The_New_VFS.txt

index 8ad842d113fd189ca0a044584e381cebd0399b17..6309986a5191c36f7b21fcc25a4bdd4db61d8c6d 100644 (file)
@@ -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()
index 4680a3f8055445b57deb5a4a4fefb967d8286dd4..7988639d4a43ba5788cb580326e609e1b1b06b88 100644 (file)
@@ -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()