On 2023-04-29 09:08, Ondrej Valousek wrote:
The other (perhaps better?) approach would be to call listxattr() call at the beginning to see what we are up to actually (in single go we would able to detect posix and nfsv4 attrs) The disadvantage would be slightly bigger patch, but we would definitely spare at least one getxattr() call. How does this sound?
Yes, that sounds better, thanks.