From: Ralph Boehme Date: Fri, 22 Nov 2024 18:36:18 +0000 (+0100) Subject: vfs: add VFS_PWRITE_APPEND_OFFSET X-Git-Tag: tdb-1.4.13~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d9d06e653a9bc2abbd9f0a3ba233138b1ff4540;p=thirdparty%2Fsamba.git vfs: add VFS_PWRITE_APPEND_OFFSET Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index d579f8d21fa..581148fa053 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -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).