]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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, 14 Aug 2012 20:25:37 +0000 (13:25 -0700)
commit524a97a2be62770a601da31b518226119e8e202f
treeb28a4b2ab1f5e18c38d4ff4eda0bb620ecf5fd6c
parent67a1e4069d387c4a2835f3f4dbe7d964fb7da32e
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.

Reviewed-on: http://gerrit.openafs.org/6416
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 12177ba6fffaf8a693dd8c8e9445d5e7725ae743)

Change-Id: Ic1ad6d35a7051e83a811692156b0da7207cb57f4
Reviewed-on: http://gerrit.openafs.org/7939
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
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