mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-libadmin-deubikcall-cleanup-20070718
remove bogus extra arg (cherry picked from commit ef76695bb906c331a69356d1eb63ef00e56ea615)
This commit is contained in:
parent
f9c8440b21
commit
f879aed62b
@ -3554,9 +3554,8 @@ CheckVldb(afs_cell_handle_p cellHandle, struct nvldbentry *entry,
|
||||
if (islocked) {
|
||||
vcode =
|
||||
ubik_VL_ReleaseLock(cellHandle->vos, 0,
|
||||
entry->volumeId[RWVOL], RWVOL,
|
||||
(LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP),
|
||||
&tst);
|
||||
entry->volumeId[RWVOL], RWVOL,
|
||||
(LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
|
||||
if (vcode) {
|
||||
if (!tst)
|
||||
tst = vcode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user