- Got rid of the filesystem_dev variable now that --one-file-system
authorWayne Davison <wayned@samba.org>
Sat, 21 Jan 2006 20:59:19 +0000 (20:59 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 21 Jan 2006 20:59:19 +0000 (20:59 +0000)
commitbb0d8edfadbe84135631491f41d4b7b0548d3365
treefb0b5dbb480cb9fa9c48b086f7425bb394615a04
parentebec5eb689e9b01509b6507d23478548cbc117e8
- Got rid of the filesystem_dev variable now that --one-file-system
  is handled in a new way.
- Moved a stat out of delete_in_dir() into do_delete_pass() to make
  --delete-during more efficient.
- Added a missing "#ifdef SUPPORT_LINKS...#endif" block around some
  symlink code.
generator.c