OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3285-g1b63689
Gerrit Code Review
gerrit@openafs.org
Wed, 23 Jan 2013 11:34:30 -0800 (PST)
The following commit has been merged in the master branch:
commit 1b63689b99b49d902dd5a3286b14dcccee88b4a2
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Jan 18 14:27:16 2013 -0600
SOLARIS: Use vn_renamepath as early as possible
Commit 6c509601 uses the vn_renamepath when we are building on Solaris
11. However, some recent patch level of Solaris 10 (more recent than
stock 10u10) has the same problem fixed by that commit, where
vn_setpath takes an additional argument. So instead, just test for the
existence of vn_renamepath itself, so we also use it on Solaris 10
when we can.
Thanks to Rich Sudlow for reporting this.
Change-Id: Ic1c0437d2438c6e19b8fff8278ecda9b96bd020b
Reviewed-on: http://gerrit.openafs.org/8920
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
acinclude.m4 | 1 +
src/afs/SOLARIS/osi_vnodeops.c | 4 ++--
src/cf/solaris-renamepath.m4 | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository