]> git.proxmox.com Git - pxar.git/commit
remove custom PartialEq impl
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jun 2020 07:57:35 +0000 (09:57 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jun 2020 07:57:35 +0000 (09:57 +0200)
commitea8ff6368bad8c4f6849461f98461addc41250f2
tree5da866335d5f060cc48cb2758e3b88dcb90c5788
parent1829ef0dd02e4c3941e84a141cf407e13c21287c
remove custom PartialEq impl

Hardlink targets are now compared, but only the parts we
also actually decode, not the chosen names in
`Entry.link_key`.

This way we can just `==` compare entries as long as the
files we use for hardlinking use their canonical path as
key.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
tests/simple/fs.rs