vol-proto-do-not-break-dafs-20090326

LICENSE IPL10
FIXES 12540

Reenable prototype of VolumeExternalName_r for dafs
This commit is contained in:
Simon Wilkinson 2009-03-26 23:42:03 +00:00 committed by Jeffrey Altman
parent 8cc60f4931
commit 4ced67ca98

View File

@ -196,7 +196,7 @@ static void LoadVolumeHeader(Error * ec, Volume * vp);
static int VCheckOffline(register Volume * vp);
static int VCheckDetach(register Volume * vp);
static Volume * GetVolume(Error * ec, Error * client_ec, VolId volumeId, Volume * hint, int flags);
#if 0
#ifdef AFS_DEMAND_ATTACH_FS
static int VolumeExternalName_r(VolumeId volumeId, char * name, size_t len);
#endif