chiark / gitweb /
fsck: rename functions to reflect some object orientation
authorLennart Poettering <lennart@poettering.net>
Mon, 9 Mar 2015 18:23:36 +0000 (19:23 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 9 Mar 2015 18:23:36 +0000 (19:23 +0100)
commit88b28381eff22ad7b4a8ee1efa002788edf8e1b7
tree37f864e708dc65e5f4573cb4333f56661d3fbea7
parentdf4573e85190759e39b417d4d4a8c73eda6a05e5
fsck: rename functions to reflect some object orientation

Let's clean up the function naming scheme and put the object they
operate on first in the name, the way OO programming usually does it.

Also, let's make sure can properly destroy half-initialized Manager
objects.
src/fsckd/fsckd.c