From: Derrick Brashear Date: Tue, 9 Jun 2009 22:10:54 +0000 (+0000) Subject: excise-cplusplus-comments-from-kernel-20090609 X-Git-Tag: openafs-devel-1_5_61~231 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2ee2aa00bc689b7876dc589537a8f805d44eaef5;p=packages%2Fo%2Fopenafs.git excise-cplusplus-comments-from-kernel-20090609 LICENSE IPL10 aix6 compiler doesn't allow // style comments --- diff --git a/src/afs/afs_disconnected.c b/src/afs/afs_disconnected.c index 4755ff05c..4c957076f 100644 --- a/src/afs/afs_disconnected.c +++ b/src/afs/afs_disconnected.c @@ -1108,7 +1108,7 @@ int afs_ResyncDisconFiles(struct vrequest *areq, struct AFS_UCRED *acred) int ucode; afs_int32 start = 0; XSTATS_DECLS; - //AFS_STATCNT(afs_ResyncDisconFiles); + /*AFS_STATCNT(afs_ResyncDisconFiles);*/ ObtainWriteLock(&afs_disconDirtyLock, 707); diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index ecf4f6c6d..08abab27c 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -1672,12 +1672,12 @@ int afs_WriteVCacheDiscon(register struct vcache *avc, if (astatus->Mask & AFS_SETOWNER) { printf("Not allowed yet. \n"); - //avc->f.m.Owner = astatus->Owner; + /*avc->f.m.Owner = astatus->Owner;*/ } if (astatus->Mask & AFS_SETGROUP) { printf("Not allowed yet. \n"); - //avc->f.m.Group = astatus->Group; + /*avc->f.m.Group = astatus->Group;*/ } if (astatus->Mask & AFS_SETMODE) {