revamped the -delete code. The last few bugs with it revealed that it
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Apr 1998 06:07:23 +0000 (06:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Apr 1998 06:07:23 +0000 (06:07 +0000)
had a fundamental flaw in the way it detected duplicate deletion
scanning (which is very important when -R is used). I now store
inode/device numbers and use those to do the detection. This should be
a much less fragile method.


No differences found