From: Derrick Brashear Date: Tue, 4 Dec 2007 21:01:12 +0000 (+0000) Subject: inode-convertro-dont-include-volser-code-in-viced-20071204 X-Git-Tag: BP-openafs-windows-kdfs-ifs~313 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=58dd384ba4020c924604ab612276948803333549;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/vol/listinodes.c b/src/vol/listinodes.c index eb8442649..e0c39db98 100644 --- a/src/vol/listinodes.c +++ b/src/vol/listinodes.c @@ -1433,6 +1433,7 @@ getDevName(char *pbuffer, char *wpath) return NULL; } +#ifdef FSSYNC_BUILD_CLIENT int inode_ConvertROtoRWvolume(char *pname, afs_int32 volumeId) { @@ -1578,4 +1579,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 */