The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3b554f62f138997a5b75834e9bf3bc427c7438c3
Author: Chas Williams (CONTRACTOR) <[email protected]>
Date:   Fri Mar 28 16:46:32 2014 -0400

    afs/VNOPS: reduce stack usage
    
    AFSFetchStatus is rather large and is in the stack twice.  Allocating with
    osi_AllocSmallSpace will save about 160 bytes of stack.
    
    Reviewed-on: http://gerrit.openafs.org/10964
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    (cherry picked from commit 972585c24b5c193a982570ff9264a1971760f48f)
    
    Change-Id: I5ee4441cd1c09646051e148a67147a2663768d44
    Reviewed-on: http://gerrit.openafs.org/11162
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/afs/VNOPS/afs_vnop_create.c  |   15 ++++++++++-----
 src/afs/VNOPS/afs_vnop_dirops.c  |   15 ++++++++++-----
 src/afs/VNOPS/afs_vnop_link.c    |   18 ++++++++++++------
 src/afs/VNOPS/afs_vnop_rename.c  |   21 +++++++++++++--------
 src/afs/VNOPS/afs_vnop_symlink.c |   15 ++++++++++-----
 5 files changed, 55 insertions(+), 29 deletions(-)

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

Reply via email to