OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1411-ge798bca
Gerrit Code Review
gerrit@openafs.org
Sun, 17 Jul 2011 22:23:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit e798bcaf97c3ad1b464e29482cb29074cbbf33d6
Author: Ben Kaduk <kaduk@mit.edu>
Date: Mon Jun 20 22:35:08 2011 -0400
FBSD: use better casts in vop_advlock
In the bsd.kmod.mk world, the compiler bails when we cast a pointer
directly to int. Cast through intptr_t as the supported mechanism.
On amd64, this loses bits, but since this instance is just attempting
to use the value as a unique handle, it is probably okay for now.
However, it should be addressed more properly eventually, when
this locking implementation sees wider use.
Change-Id: I4fe8084c14a97dc4efc8d74e9971b1540c028e40
Reviewed-on: http://gerrit.openafs.org/5034
Reviewed-by: Matt Benjamin <matt@linuxbox.com>
Reviewed-by: Garrett Wollman <wollman@csail.mit.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/FBSD/osi_vnodeops.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository