]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: add VFS_PWRITE_APPEND_OFFSET
authorRalph Boehme <slow@samba.org>
Fri, 22 Nov 2024 18:36:18 +0000 (19:36 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 7 Jan 2025 22:04:32 +0000 (22:04 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/vfs.h

index d579f8d21fa8bd0cfca48c33d2141703109f0a3f..581148fa053bb28767ee1f2dde82a3876999825e 100644 (file)
@@ -918,6 +918,8 @@ struct vfs_rename_how {
        int flags;
 };
 
+#define VFS_PWRITE_APPEND_OFFSET -1
+
 /*
     Available VFS operations. These values must be in sync with vfs_ops struct
     (struct vfs_fn_pointers and struct vfs_handle_pointers inside of struct vfs_ops).