OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-483-g2ae2a15
Gerrit Code Review
gerrit@openafs.org
Thu, 28 Nov 2019 17:53:54 -0500
The following commit has been merged in the master branch:
commit 2ae2a15c9dc9b26eaa15964cc96fdeeb6d82c74c
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Mon Jun 6 14:03:54 2016 -0300
sys: retry lsetpag if errno is EINTR
The variable errno might be set by some system calls to indicate the
reason why the system call in question did not work as expected. If the
setpag system call is interrupted by a signal, the value of errno will
be EINTR. This value means that setpag did not succeed because it was
interrupted.
If lsetpag did not succeed and errno is equal to EINTR, try again.
Change-Id: Ibf306d62fc8d2fa9ccb0692f9031c5aa659b2bfe
Reviewed-on: https://gerrit.openafs.org/12295
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/afsweb/apache_afs_utils.c | 8 +++++++-
src/kopenafs/kopenafs.c | 8 +++++++-
src/sys/rmtsysc.c | 5 ++++-
3 files changed, 18 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository