fbsd-ustrategy-20090122
[openafs.git] / src / afs / FBSD / osi_vnodeops.c
index 2b401de..146e09f 100644 (file)
@@ -1558,7 +1558,7 @@ afs_vop_strategy(ap)
 {
     int error;
     AFS_GLOCK();
-    error = afs_ustrategy(ap->a_bp);
+    error = afs_ustrategy(ap->a_bp, osi_cred());
     AFS_GUNLOCK();
     return error;
 }