From 0abd1189a60eea4501b5279ebc4bff2b5689f888 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Fri, 27 Sep 2019 12:07:40 +0530 Subject: s3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anoop C S Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Oct 8 09:57:19 UTC 2019 on sn-devel-184 --- source3/smbd/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 11c9dc0f8b1..e9d04474df6 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -1230,6 +1230,7 @@ int vfs_allocate_file_space(files_struct *fsp, uint64_t len); int vfs_set_filelen(files_struct *fsp, off_t len); int vfs_slow_fallocate(files_struct *fsp, off_t offset, off_t len); int vfs_fill_sparse(files_struct *fsp, off_t len); +int vfs_set_blocking(files_struct *fsp, bool set); off_t vfs_transfer_file(files_struct *in, files_struct *out, off_t n); const char *vfs_readdirname(connection_struct *conn, void *p, SMB_STRUCT_STAT *sbuf, char **talloced); -- cgit v1.2.1