fix(filer): fix hard link nlink/ctime when rename replaces a hard-linked target
The CreateEntry → UpdateEntry → handleUpdateToHardLinks path already
calls DeleteHardLink() when the existing target has a different
HardLinkId. Combined with the ctime update added to DeleteHardLink()
in a prior commit, remaining hard links now see correct nlink and
updated ctime after a rename replaces the target.
Remove tests/rename/23.t and tests/rename/24.t from known_failures.txt.