OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2199-g620d416

Gerrit Code Review gerrit@openafs.org
Thu, 23 Feb 2012 10:01:52 -0800 (PST)


The following commit has been merged in the master branch:
commit 620d4169b73088579e691aec2cfdafc7f44e2fee
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Feb 22 15:36:37 2012 -0600

    LINUX: move afs_notify_change to osi_vnodeops.c
    
    afs_notify_change is almost always used solely in inode_operations
    structs, and is more similar to the other per-vnode functions. Put it
    with the other per-vnode functions for better organization, and so
    they can use the same static functions.
    
    Move the helper functions iattr2vattr and vattr2inode along with it.
    
    Change-Id: I47a69fe673cfc3318ce583596ba25cbeb9cb0b96
    Reviewed-on: http://gerrit.openafs.org/6775
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/LINUX/osi_vfsops.c     |   95 ----------------------------------------
 src/afs/LINUX/osi_vnodeops.c   |   92 ++++++++++++++++++++++++++++++++++++++-
 src/afs/LINUX24/osi_vfsops.c   |   85 +-----------------------------------
 src/afs/LINUX24/osi_vnodeops.c |   81 +++++++++++++++++++++++++++++++++-
 4 files changed, 172 insertions(+), 181 deletions(-)

-- 
OpenAFS Master Repository