containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
138 stars 66 forks source link

sysx/xattr: fix and improve #150

Closed kolyshkin closed 4 years ago

kolyshkin commented 4 years ago

1. fix getxattrAll

The current implementation is suboptimal for two reasons:

This commit

2. improve listxattrAll

The current code

Fix all three issues at once by reusing the logic from getxattrAll().

kolyshkin commented 4 years ago

I like it, but please sign your commits.

@Zyqsempai Sorry, I don't get it. Do you mean something other than the

Signed-off-by: Kir Kolyshkin kolyshkin@gmail.com

line which is present in both commits?