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.
- for (i = 0; i < nfs; i++) {
+ for (i = 0; i < n; i++) {
if (fs[i] == -1)
emerg("not really thawing ", fsname[i], EOM);
else if (fs[i] != -2) {
if (fs[i] == -1)
emerg("not really thawing ", fsname[i], EOM);
else if (fs[i] != -2) {