OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2030-g12177ba
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Dec 2011 20:29:59 -0800 (PST)
The following commit has been merged in the master branch:
commit 12177ba6fffaf8a693dd8c8e9445d5e7725ae743
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Dec 21 17:25:29 2011 -0500
afs: Remove second argument to afs_GetDSlot
All callers of afs_GetDSlot were passing NULL as the second argument
to afs_GetDSlot. So, remove the argument, and behave as if tmpdc was
NULL unconditionally.
Change-Id: I138fe917d739c3020c35c20da48ffdf38f682fd6
Reviewed-on: http://gerrit.openafs.org/6416
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/afs_chunkops.h | 5 +-
src/afs/afs_dcache.c | 109 ++++++++++++++++++-------------------------
src/afs/afs_disconnected.c | 4 +-
src/afs/afs_pioctl.c | 2 +-
src/afs/afs_prototypes.h | 6 +--
src/afs/afs_segments.c | 12 ++--
6 files changed, 59 insertions(+), 79 deletions(-)
--
OpenAFS Master Repository