rfreezefs.c (partial_cleanup): Don't ignore the argument.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000 (20:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 Feb 2015 22:07:55 +0000 (22:07 +0000)
commite6368a716179785791f340e66b1c503865271021
treef75f676134387771bdb580deff4598875e97bd31
parentb7ac8b5ee90873efc97800a64cec28a7aa543c7b
rfreezefs.c (partial_cleanup): Don't ignore the argument.

Previously, the function would always attempt to thaw all of the
filesystems, even if they hadn't all been frozen yet.  There's only a
problem if something actually goes wrong during freezing some
filesystem, and this probably isn't too disastrous, assuming that the
filesystems in question weren't already frozen (and are now unexpectedly
thawed), but it's not desirable.
rfreezefs.c