OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 970f82454dc6143a8231a988dd1e5c2c06602685
Gerrit Code Review
gerrit@openafs.org
Wed, 23 Sep 2009 16:52:56 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 970f82454dc6143a8231a988dd1e5c2c06602685
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Sep 21 16:57:01 2009 -0500
Implement _PC_FILESIZEBITS for solaris pathconf
Using recent NFS clients and servers with the translator under Solaris
causes AFS to be queried for the _PC_FILESIZEBITS pathconf value. Right
now we don't implement it and return EINVAL, causing at least some
modern NFS clients to be unable to mount AFS via the translator on at
least some modern NFS servers.
So, return _PC_FILESIZEBITS as either 32 or 64, depending on whether we
are a 64-bit client or not.
Reviewed-on: http://gerrit.openafs.org/481
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 40b18318e4a04a323dbdd9e3c4a73d3b2e92104d)
Reviewed-on: http://gerrit.openafs.org/490
src/afs/SOLARIS/osi_vnodeops.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository