The following commit has been merged in the master branch:
commit 07b1dc861bee97c44507f437685d7f8c3d094807
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

 src/afs/SOLARIS/osi_vnodeops.c |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to