Revert "Make osi_fetchstore.c protocol independent"
[openafs.git] / src / afs / afs_prototypes.h
index 24a7d50..570a021 100644 (file)
@@ -614,8 +614,8 @@ extern void osi_ReleaseVM(struct vcache *avc, afs_ucred_t *acred);
 
 /* LINUX/osi_fetchstore.c */
 #ifdef AFS_LINUX26_ENV
-extern int afs_linux_storeproc(struct vcache *, struct storeOps *, void *,
-                              struct dcache *, int *, afs_size_t *);
+extern int afs_linux_storeproc(struct storeOps *, void *, struct dcache *,
+                              int *, afs_size_t *);
 #endif
 
 /* ARCH/osi_crypto.c */