mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
Don't try to print the thread ID
pthread_t is defined as being opaque - there's no way to portably print it on a way that makes sense on all platforms. Remove this output. Reviewed-on: http://gerrit.openafs.org/541 Reviewed-by: Tom Keiser <tkeiser@sinenomine.net> Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
4f65bec3fc
commit
1580434163
@ -1046,7 +1046,6 @@ VnQuery(struct cmd_syndesc * as, void * rock)
|
|||||||
}
|
}
|
||||||
#endif /* !AFS_DEMAND_ATTACH_FS */
|
#endif /* !AFS_DEMAND_ATTACH_FS */
|
||||||
|
|
||||||
printf("\twriter = %"AFS_PTR_FMT"\n", (uintptr_t)v.writer);
|
|
||||||
printf("\tvcp = %p\n", v.vcp);
|
printf("\tvcp = %p\n", v.vcp);
|
||||||
printf("\thandle = %p\n", v.handle);
|
printf("\thandle = %p\n", v.handle);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user