fn share_xattrs(inodes: &mut [Inode<'_, impl FsVerityHashValue>]) -> Vec<XAttr>Expand description
Takes a list of inodes where each inode contains only local xattr values, determines which xattrs (key, value) pairs appear more than once, and shares them.