Optimized flist_find() so that we never scan a series of empty
authorWayne Davison <wayned@samba.org>
Fri, 27 Jan 2006 12:59:07 +0000 (12:59 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 27 Jan 2006 12:59:07 +0000 (12:59 +0000)
commitc0b134a445a12a98c70313ce18b94858ef9a4b77
tree28f26aba46d07184c4ebe4ed9312e3e7cde959b3
parenta324d49bfc85cffe74786df66d5f85f8034640f5
Optimized flist_find() so that we never scan a series of empty
file-list items twice (which can be very important with the new
--skip-empty-dirs option).  Also optimized the code that strips
root slashes in clean_flist().
flist.c