]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: use low-level APIs for ftruncate/fallocate
authorShachar Sharon <ssharon@redhat.com>
Thu, 20 Jun 2024 11:58:34 +0000 (14:58 +0300)
committerGünther Deschner <gd@samba.org>
Mon, 29 Jul 2024 14:51:37 +0000 (14:51 +0000)
commitb536bf1fa87fb794e2992ab5368f41fdba80e3ad
treecfd537f96a180bed5b6561ebdc27f1c95d8c3547
parente15586fc6097565208011c556282d83eeec2230b
vfs_ceph_new: use low-level APIs for ftruncate/fallocate

Implement ftruncate/fallocate operations using libcephfs' low-level
APIs. Requires open ceph Fh* associated with fsp (extension).

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/modules/vfs_ceph_new.c