Split out hardlink checking from fsmTeardown()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Apr 2012 09:18:35 +0000 (12:18 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Apr 2012 09:27:28 +0000 (12:27 +0300)
commitdf92175300a9e320136fc2fc4e3f7a9b1274635c
tree9fc2cf025e258b1c8f1e7969fbfe85a2d9ad945f
parentde92cb7a43a03df9e38e668f81391d202f563f7e
Split out hardlink checking from fsmTeardown()

- Checking missing links is only relevant for install, lift the
  code to separate function and call from the install-case only.
- Freeing data while checking seems like a dubious "optimization"
  but to keep changes minimal, leaving that as it is now.
lib/fsm.c