OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2291-g613f147
Gerrit Code Review
gerrit@openafs.org
Thu, 5 Apr 2012 17:27:20 -0700 (PDT)
The following commit has been merged in the master branch:
commit 613f14727fbb404fb7fc1cac953dda46b671222e
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Apr 5 17:55:17 2012 -0500
viced: Do not offline volume on successful IH_DEC
If we fail to CoW a file due to ENOSPC, we try to IH_DEC the new file
copy, and if IH_DEC fails, we take the volume offline for salvaging.
But IH_DEC returns 0 on success, not on error. So take the salvaging
path when we get non-zero.
Change-Id: I4f0276fd4f077ca42087e92af8ba77b4e5347422
Reviewed-on: http://gerrit.openafs.org/7054
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/viced/afsfileprocs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository