Remove struct from AFS_UCRED instantiations (opaque credential type support)
[openafs.git] / src / afs / IRIX / osi_vm.c
index 124e952..7761574 100644 (file)
@@ -143,7 +143,7 @@ osi_VM_FlushVCache(struct vcache *avc, int *slept)
  * be some pages around when we return, newly created by concurrent activity.
  */
 void
-osi_VM_TryToSmush(struct vcache *avc, struct AFS_UCRED *acred, int sync)
+osi_VM_TryToSmush(struct vcache *avc, AFS_UCRED *acred, int sync)
 {
     ReleaseWriteLock(&avc->lock);
     AFS_GUNLOCK();
@@ -216,7 +216,7 @@ osi_VM_StoreAllSegments(struct vcache *avc)
  * Locking:  No lock is held, not even the global lock.
  */
 void
-osi_VM_FlushPages(struct vcache *avc, struct AFS_UCRED *credp)
+osi_VM_FlushPages(struct vcache *avc, AFS_UCRED *credp)
 {
     vnode_t *vp = (vnode_t *) avc;
 
@@ -241,7 +241,7 @@ osi_VM_FlushPages(struct vcache *avc, struct AFS_UCRED *credp)
  * it only works on Solaris.
  */
 void
-osi_VM_Truncate(struct vcache *avc, int alen, struct AFS_UCRED *acred)
+osi_VM_Truncate(struct vcache *avc, int alen, AFS_UCRED *acred)
 {
     PTOSSVP(&avc->v, (off_t) alen, (off_t) MAXLONG);
 }