changing many printouts

This commit is contained in:
Olga Kornievskaia 2012-02-13 16:08:21 -05:00
parent 48d6775211
commit d42f769bff
5 changed files with 338 additions and 261 deletions

View file

@ -168,6 +168,7 @@ static int marshall_getattr(unsigned char *buffer, uint32_t *length, nfs41_upcal
}
status = safe_write(&buffer, length, &args->ctime, sizeof(args->ctime));
if (status) goto out;
dprintf(1, "NFS41_FILE_QUERY: downcall changattr=%llu\n", args->ctime);
out:
return status;
}

View file

@ -655,7 +655,7 @@ static int marshall_open(unsigned char *buffer, uint32_t *length, nfs41_upcall *
goto out;
}
}
dprintf(2, "NFS41_OPEN: passing open_state=0x%p mode %o changeattr 0x%x\n",
dprintf(2, "NFS41_OPEN: downcall open_state=0x%p mode %o changeattr 0x%llu\n",
upcall->state_ref, args->mode, args->changeattr);
out:
return status;