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;
}