OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1544-gad6e193
Gerrit Code Review
gerrit@openafs.org
Mon, 15 Aug 2011 12:05:10 -0700 (PDT)
The following commit has been merged in the master branch:
commit ad6e19331e4f3ec6566dc224f1e1c943a69c62bb
Author: Derrick Brashear <shadow@dementix.org>
Date: Mon Aug 15 12:17:06 2011 -0400
macos: fix race in afs_root
same race on PutVCache in afs_root as we had on other platforms,
for instance FreeBSD. use a local variable instead to avoid the race.
additionally, make sure we end up with the root flagged VROOT.
Change-Id: I45ac36f12565320576070fd1c6d1f99ac6db8a63
Reviewed-on: http://gerrit.openafs.org/5278
Tested-by: Derrick Brashear <shadow@dementix.org>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/DARWIN/osi_vfsops.c | 45 +++++++++++++++++++++++++---------------
src/afs/DARWIN/osi_vnodeops.c | 5 +---
src/afs/afs_vcache.c | 8 +-----
3 files changed, 31 insertions(+), 27 deletions(-)
--
OpenAFS Master Repository