The following commit has been merged in the master branch:
commit e7678fb5fb6725055b576b86f6ef994594f0bb92
Author: Michael Meffie <[email protected]>
Date:   Thu Mar 29 23:15:47 2018 -0400

    afs: fix missing afs_nfs3_dispatcher return value
    
    Fix a missing early return value in the function afs_nfs3_dispatcher.  All
    callers check the return code of afs_nfs3_dispatcher and interpret values
    greater that 1 to be errors. Return 3 as an error code for this code path,
    which is the next available error code in afs_nfs3_dispatcher.
    
    This commit fixes the following Solaris Studio warning message:
    
        ... warning: function expects to return value: afs_nfs3_dispatcher
    
    Change-Id: I47b545bd57a46c03006b9f031da3647c8a530377
    Reviewed-on: https://gerrit.openafs.org/12987
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Tested-by: BuildBot <[email protected]>

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

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

Reply via email to