Eliminate stupid fsm->path/opath in FSM_COMMIT now that we can
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 16:05:44 +0000 (18:05 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 16:09:03 +0000 (18:09 +0200)
commit5cc634c7d36b5c50d560bff2ae75f8b7e0f9ee34
tree3b30d98533fe58199bd293b53ad3572ae5710227
parentaf9fb2b67220843beb1820262a0cdad2d827e19e
Eliminate stupid fsm->path/opath in FSM_COMMIT now that we can

- Now that we can directly operate on temporarily variables instead
  of having to save-ping-restore-pong them, lets do so...
- Also eliminating NULL-checks on the path variables in logging - if
  either of the paths were NULL we would've already crashed in rename()
lib/fsm.c