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:19:46 +0000 (16:19 -0800)
commit5d56fcbc0d6cf2ff3f0ce0305d95bd3ae16e2a5f
treecd91b157f73205b9658b946fe0aaf7bb0d7a54af
parent7432c9d1d2ae7bbe4f4914100a4c9a04efd7b60d
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