feat: add content signature xattr cache

This commit is contained in:
Samuel Cui
2026-08-31 21:17:41 +08:00
parent 4eecd3fe31
commit cc5248ea33
19 changed files with 1211 additions and 46 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ func isNoAttrErr(err error) bool {
}
func checkXattrKey(key string) bool {
return true
return !signatureCacheKey(key)
}