OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1498-g7fe4125
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Aug 2011 20:53:37 -0700 (PDT)
The following commit has been merged in the master branch:
commit 7fe4125fe3435092b75ed29b884d8d3c2d1a2cad
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Mon Aug 8 23:19:22 2011 -0400
dir/vol: Die() really does
Die() is an abort routine shared by the dir and vol modules. Move its
prototype into dir.h to ensure that its declaration matches its three
different definitions, and add an AFS_NORETURN annotation so that the
static analyzer knows that it aborts.
Change-Id: If01f35fe796708f6187b9767497a32458888ec1c
Reviewed-on: http://gerrit.openafs.org/5177
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/dir/buffer.c | 2 --
src/dir/dir.h | 1 +
src/dir/salvage.c | 2 --
src/viced/viced.c | 2 +-
src/vol/physio.c | 2 +-
src/volser/physio.c | 2 +-
6 files changed, 4 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository