Bug 15516 - vfs_ceph: Make use of available *at() variants from libcephfs
Summary: vfs_ceph: Make use of available *at() variants from libcephfs
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: VFS Modules (show other bugs)
Version: 4.19.2
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-12 03:07 UTC by Anoop C S
Modified: 2023-11-12 03:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anoop C S 2023-11-12 03:07:00 UTC
Implementations are available via libcephfs for *at() variants of many syscalls used in VFS module for CephFS. Let's make use of those to better safe guard against symlink races.