We don't have the volume glock, so don't call _r functions.
Reviewed-on: http://gerrit.openafs.org/4669
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit
ef0ac2fbb026385f2306189230c2cff8706dff06)
Change-Id: I3d7c2ca8a514d50c01d4830640e806cefac32af1
Reviewed-on: http://gerrit.openafs.org/6299
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
return (EINVAL);
if (CheckLength(volptr, parentptr, -1)) {
- VTakeOffline_r(volptr);
+ VTakeOffline(volptr);
return VSALVAGE;
}
if (CheckLength(volptr, parentptr, -1)) {
VAdjustDiskUsage(&temp, volptr, -BlocksPreallocatedForVnode, 0);
- VTakeOffline_r(volptr);
+ VTakeOffline(volptr);
return VSALVAGE;
}