Change fsmRename() to take "normal" arguments
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 11:01:24 +0000 (13:01 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 13 Jan 2012 12:42:57 +0000 (14:42 +0200)
commit5618c0007112d5c2bb2f2316067d08f39f7961ee
treeb7caa58edff441c22b723055a78cbc1282d60263
parent8d18395abc7a4fa372a2894e3e4995b98ca46ca8
Change fsmRename() to take "normal" arguments

- This doesn't need access to the entire fsm, just regular rename()
  args and a flags to see whether "secure" delete should be done.
  In itself this only looks like more trouble, but all the callers
  are fiddling and saving and restoring with fsm->[o]path just
  to call this, which we can now avoid. Leaving sanitizing the
  callers till later though, this is a minefield...
lib/fsm.c