DEVEL15-inode-convertro-dont-include-volser-code-in-viced-20071204

LICENSE IPL10
FIXES 77574

viced isn't an fssync client; avoid the convert volser code there


(cherry picked from commit 58dd384ba4020c924604ab612276948803333549)
This commit is contained in:
Derrick Brashear 2007-12-04 21:03:33 +00:00
parent 227fae158b
commit 85352be763

View File

@ -1642,6 +1642,7 @@ getDevName(char *pbuffer, char *wpath)
return NULL;
}
#ifdef FSSYNC_BUILD_CLIENT
int
inode_ConvertROtoRWvolume(char *pname, afs_int32 volumeId)
{
@ -1787,4 +1788,5 @@ inode_ConvertROtoRWvolume(char *pname, afs_int32 volumeId)
FSYNC_VolOp(h.id, pname, FSYNC_VOL_ON, 0, NULL);
return 0;
}
#endif /* FSSYNC_BUILD_CLIENT */
#endif /* AFS_NAMEI_ENV */