* Fix a bug in runcmd() - the argv[] list was not NULL terminated.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 20 Sep 2008 07:08:06 +0000 (07:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 20 Sep 2008 07:08:06 +0000 (07:08 +0000)
commitc453712a3e040359d5dd04874b8dfa9bc167d424
treeac8cf54e15a02fdb84e3d4228ff87ba31d457bb6
parentc6c298a7644a42252cdd648a4117ac98f702df3f
* Fix a bug in runcmd() - the argv[] list was not NULL terminated.

* Record PFS's by their unique_uuid instead of their pfs_id, allowing
  the clean operation to cover multiple PFSs on multiple HAMMER mounts.
sbin/hammer/cmd_cleanup.c