glusterfs icon indicating copy to clipboard operation
glusterfs copied to clipboard

libglusterfs *at functions don't support AT_FDCWD semantics

Open slowfranklin opened this issue 2 years ago • 0 comments

Description of problem:

All libglusterfs *at functions don't seem to support AT_FDCWD semantics. See man openat() for a description of these.

Is there a reason for this omission? The lack of support for AT_FDCWD semantics puts the burden of switching between *at and non-at function on the API user, which is far from ideal.

slowfranklin avatar Nov 27 '23 10:11 slowfranklin