summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-06-18 11:43:30 -0700
committerNoel Power <npower@samba.org>2021-06-22 14:34:06 +0000
commitfb665462b1739f3bda8b9f02f34144e856d70eed (patch)
tree0693cb21d9472e803cbcfa9aa6a238eb5c830bf8 /source3
parent5059d37f1f58e648c7fbf11fa1bb6f0bd3ae65d7 (diff)
downloadsamba-fb665462b1739f3bda8b9f02f34144e856d70eed.tar.gz
s3: VFS: Update status of SMB_VFS_RENAMEAT.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Noel Power <npower@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Tue Jun 22 14:34:06 UTC 2021 on sn-devel-184
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/The_New_VFS.org2
-rw-r--r--source3/modules/The_New_VFS.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org
index 799db6be0bf..12eed5ba9a0 100644
--- a/source3/modules/The_New_VFS.org
+++ b/source3/modules/The_New_VFS.org
@@ -277,7 +277,7 @@ whenever VFS access is done in a piecemeal fashion.
| SMB_VFS_REALPATH() | [[P2px][P2px]] | - |
| SMB_VFS_RECVFILE() | [[fsp][fsp]] | - |
| SMB_VFS_REMOVEXATTR() | [[Path][Path]] | - |
-| SMB_VFS_RENAMEAT() | [[Path][Path]] | Todo |
+| SMB_VFS_RENAMEAT() | [[Path][Path]] | ---- |
| SMB_VFS_REWINDDIR() | [[fsp][fsp]] | - |
| SMB_VFS_SEEKDIR() | [[fsp][fsp]] | - |
| SMB_VFS_SENDFILE() | [[fsp][fsp]] | - |
diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt
index f407c44ac6d..b3da1a3c97e 100644
--- a/source3/modules/The_New_VFS.txt
+++ b/source3/modules/The_New_VFS.txt
@@ -345,7 +345,7 @@ Table of Contents
SMB_VFS_REALPATH() [P2px] -
SMB_VFS_RECVFILE() [fsp] -
SMB_VFS_REMOVEXATTR() [Path] -
- SMB_VFS_RENAMEAT() [Path] Todo
+ SMB_VFS_RENAMEAT() [Path] -
SMB_VFS_REWINDDIR() [fsp] -
SMB_VFS_SEEKDIR() [fsp] -
SMB_VFS_SENDFILE() [fsp] -