afs: Remove second argument to afs_GetDSlot
authorAndrew Deason <adeason@sinenomine.net>
Wed, 21 Dec 2011 22:25:29 +0000 (17:25 -0500)
committerDerrick Brashear <shadow@dementix.org>
Tue, 27 Dec 2011 04:29:27 +0000 (20:29 -0800)
commit12177ba6fffaf8a693dd8c8e9445d5e7725ae743
treed2463e63913ad6a9e688d01159ce5d19fb6aaa83
parentb5ca12ac4696c4049be14974f1e946bb55e1c440
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
src/afs/afs_dcache.c
src/afs/afs_disconnected.c
src/afs/afs_pioctl.c
src/afs/afs_prototypes.h
src/afs/afs_segments.c