OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-190-ge7678fb
Gerrit Code Review
gerrit@openafs.org
Tue, 14 Aug 2018 17:57:45 -0400
The following commit has been merged in the master branch:
commit e7678fb5fb6725055b576b86f6ef994594f0bb92
Author: Michael Meffie <mmeffie@sinenomine.net>
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 <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_nfsdisp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository