From: Zygo Blaxell Date: Fri, 8 Jan 2010 14:16:02 +0000 (-0500) Subject: dupemerge: don't stat during the file collection loop X-Git-Tag: dm6-0.20100514~21 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ebeb05eb7883f9eb09976ebfe0f8ea7718e933;hp=55ebeb05eb7883f9eb09976ebfe0f8ea7718e933;p=dupemerge dupemerge: don't stat during the file collection loop Remove the lstat from the find output reading loop. It's a redundant copy of the same code in merge_files. Adjust merge_files to filter out possible non-files that will now leak through from the find output. ---