HAMMER utility - Fix bug in hammer cleanup which causes the utility to exit
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 11 Jan 2010 00:17:47 +0000 (16:17 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 11 Jan 2010 00:17:47 +0000 (16:17 -0800)
commitec2aa11dba2a5046a11e027db84799925e78e3dc
treeccafc62e05087c771be3540312ad3cd4ebc40003
parentf80cfc3ae2ceee4cdac007519c2c5878e66b83d2
HAMMER utility - Fix bug in hammer cleanup which causes the utility to exit

* Remove debugging code which exit()ed when unable to delete a snapshot
  softlink.  This caused 'hammer cleanup' to potentially not process all
  available HAMMER filesystems, amoung other things.

* Rework the snapshot deletion code to skip any snapshots that cannot be
  deleted.
sbin/hammer/cmd_cleanup.c