Dominik Csapak f94aa5ceb1 fix #3393 (again): pxar/create: try to read xattrs/fcaps/acls by default
we have a static list of filesystems and their capabilities regarding
file attributes and fs features (e.g. sockets/fifos/etc) which also
includes xattrs,acls and fcaps

if we did not know a filesystem by its magic number (for example cephfs),
we did not even attempt to read xattrs, etc.

this patch adds those flags by default to unknown filesystems, and
removes them when we encounter EOPNOTSUPP (to remove the number
of syscalls)

with this, we should be able to catch xattrs/acls/fcaps on all
(unknown) fs types that support them

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-06-30 11:22:04 +02:00
..
2021-05-17 11:29:24 +02:00
2021-06-10 11:10:00 +02:00
2021-06-08 09:42:46 +02:00
2021-01-26 09:54:55 +01:00
2021-06-08 10:13:46 +02:00
2021-06-08 09:42:46 +02:00
2021-05-04 07:56:52 +02:00
2020-10-12 14:11:57 +02:00