OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-7-g07b1dc8
Gerrit Code Review
gerrit@openafs.org
Wed, 23 Sep 2009 16:53:26 -0700 (PDT)
The following commit has been merged in the master branch:
commit 07b1dc861bee97c44507f437685d7f8c3d094807
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Sep 22 16:59:34 2009 -0500
Solaris: Default to fs_pathconf in afs_pathconf
Instead of returning EINVAL in afs_pathconf when we don't recognize the
pathconf command, return the result of fs_pathconf. fs_pathconf provides
sensible defaults or correctly represents a filesystem not implementing
a particular pathconf cmd; all in-tree (Open)Solaris filesystems call
fs_pathconf for unimplemented commands. Returning EINVAL allegedly
represents that the fileystem does not support pathconf at all.
Also, account for OpenSolaris adding another parameter to
pathconf-related calls.
Reviewed-on: http://gerrit.openafs.org/488
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/SOLARIS/osi_vnodeops.c | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository