Avoid using fsm->li directly when creating pending hard links
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 1 Oct 2012 09:04:29 +0000 (12:04 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 1 Oct 2012 09:08:27 +0000 (12:08 +0300)
commitae773c7926c88d5f3de090ae161332989a96b617
treeaf0b45b5bb136069a5c8c875f0f502a2c27ab4bf
parent676878e5b5d9bbcf1a7dc8dc543f42fd61f67158
Avoid using fsm->li directly when creating pending hard links

- fsmMakeLinks() operates on the current link at hand, doesn't walk
  the links or anything... pass the link as an argument from the sole
  caller and operate on that.
lib/fsm.c