feat: add content signature xattr cache

This commit is contained in:
Samuel Cui
2026-08-31 19:13:42 +08:00
parent 4eecd3fe31
commit 9eeec4d484
19 changed files with 1083 additions and 32 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ func isNoAttrErr(err error) bool {
}
func checkXattrKey(key string) bool {
return true
return !signatureCacheKey(key)
}