OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4095-gb0f4339

Gerrit Code Review gerrit@openafs.org
Sun, 12 Jan 2014 11:50:09 -0800 (PST)


The following commit has been merged in the master branch:
commit b0f433986ce344bf153cce1f6372de20750e052b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jan 7 18:24:54 2014 -0600

    SOLARIS: Support VSW_STATS
    
    Specify the VSW_STATS flag to the vfsdef_t structure we give to
    Solaris. This turns on statistics that can be retrieved via fsstat(1M)
    and allows the fsinfo::: DTrace provider to work with AFS files.
    
    We don't need to actually maintain these statistics; Solaris does that
    for us. This flag just signifies that our vfs_t structure is capable
    of storing the information. Since we get our vfs_t from Solaris (via
    domount(), it gives us a vfs_t when it calls our afs_mount function)
    and do not allocate a vfs_t ourselves, we are safe and this is fine to
    do.
    
    Change-Id: I356df91ea409245f0c5b1e4ef693ac28ad8f11b2
    Reviewed-on: http://gerrit.openafs.org/10679
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/SOLARIS/osi_vfsops.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository