OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1655-g236c18b
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Sep 2011 20:50:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit 236c18b36a93a1c4906f84c825f03f654f5ae4dc
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Wed Sep 14 17:16:52 2011 -0400
Linux: Remove use of undefined AFS_LINUX_ENV
AFS_LINUX_ENV is used in a few places, mostly from commit dc077b83,
but it is not defined anywhere. As a result the logic was not as
intended.
In the definition of osi_ThreadUnique, this means that on all
Linux we use getpid(), which is OK as it gets defined appropriately
under LINUX and LINUX24 as current->pid or current->tgid.
Change-Id: Ic8daf10480a91ff8406cd6ca3929a2ecfafa78ad
Reviewed-on: http://gerrit.openafs.org/5424
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/afs.h | 2 +-
src/afs/afs_osi.c | 6 +++---
src/afs/afs_osi.h | 2 --
3 files changed, 4 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository