]> git.michaelhowe.org Git - packages/o/openafs.git/commit
SOLARIS: Use vn_renamepath as early as possible
authorAndrew Deason <adeason@sinenomine.net>
Fri, 18 Jan 2013 20:27:16 +0000 (14:27 -0600)
committerPaul Smeddle <paul.smeddle@gmail.com>
Tue, 29 Jan 2013 21:19:24 +0000 (13:19 -0800)
commita15c40636d2f24f166e94e51643633b21ac13342
tree29c6b3ce44e529385a9bdf66f62f931c383dcb5d
parentf55084e5496781dd6dec96ca0882a5ce2de22b4f
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.

Reviewed-on: http://gerrit.openafs.org/8920
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 1b63689b99b49d902dd5a3286b14dcccee88b4a2)

Change-Id: I035c76dba51571fa82fd8932302e7f26b4954333
Reviewed-on: http://gerrit.openafs.org/8984
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
acinclude.m4
src/afs/SOLARIS/osi_vnodeops.c
src/cf/solaris-renamepath.m4 [new file with mode: 0644]