]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: Populate fs capabilities within vfs_ceph_statvfs
authorAnoop C S <anoopcs@samba.org>
Thu, 3 Oct 2024 06:59:58 +0000 (12:29 +0530)
committerRalph Boehme <slow@samba.org>
Mon, 7 Oct 2024 12:25:30 +0000 (12:25 +0000)
commit58cf7a63209b0a898bc39c9f8b7de5188bef618f
treee4fb7ffb4685dbb662827732f7618f24a06f5b93
parent44e4e1eade5cadea9bd93fde8293ab6eb26230cc
vfs_ceph_new: Populate fs capabilities within vfs_ceph_statvfs

SMB_VFS_STATVFS implementation for vfs_ceph_new failed to fill in the
FsCapabilities field for vfs_statvfs_struct. Insert the minimum
required values for defining the capabilties of a ceph file system.

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

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_ceph_new.c