If we sucessfully renamed a file that has multiple links to it, unlink()
authorWayne Davison <wayned@samba.org>
Thu, 22 Jul 2004 22:52:39 +0000 (22:52 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 22 Jul 2004 22:52:39 +0000 (22:52 +0000)
commit394bcdb5e34b3eb7d34f04ad2285a3b289d9f318
treec9d9deb753d04a3b2858cac94251ffbe0f6d396f
parent28deecca55ff109d6eff7fc09bac7843559b7d5c
If we sucessfully renamed a file that has multiple links to it, unlink()
it to ensure that rename() didn't lie to us (which it does if you try to
rename() a file over another link to the same file).
backup.c