Commit 8af08d48 authored by ml's avatar ml

*** empty log message ***

parent b0362876
......@@ -257,6 +257,7 @@ lockMountServers (
msl = pool_Qsucc(NULL, gdbroot->pool, msl)
) {
msp = pool_Qitem(msl, gdb_sMountServer, volms_ll);
errh_Info("!!!!! Found mountserver !!!!!");
op = hash_Search(&sts, gdbroot->oid_ht, &msp->oid);
if (op == NULL) {
......@@ -271,7 +272,7 @@ lockMountServers (
op->l.flags.b.isMountServer = 1;
pool_QinsertPred(NULL, gdbroot->pool, &msp->nodms_ll, &np->nodms_lh);
if (0) errh_Info("Locking object %s", op->g.f.name.orig);
if (1) errh_Info("Locking object %s", op->g.f.name.orig);
cvolc_LockObject(&sts, op);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment