Whamcloud - gitweb
- rebase b_io against HEAD in preparation for the latest write cache code
authorzab <zab>
Sat, 15 Feb 2003 20:21:34 +0000 (20:21 +0000)
committerzab <zab>
Sat, 15 Feb 2003 20:21:34 +0000 (20:21 +0000)
lustre/include/linux/obd_ost.h

index e999451..5de0a25 100644 (file)
@@ -36,7 +36,7 @@
 void ost_pack_niobuf(void **tmp, __u64 offset, __u32 len, __u32 flags,
                      __u32 xid);
 void ost_unpack_niobuf(void **tmp, struct niobuf_remote **nbp);
-void ost_pack_ioo(void **tmp, struct lov_stripe_md *oa, int bufcnt);
-void ost_unpack_ioo(void **tmp, struct obd_ioobj **ioop);
+void ost_pack_ioo(struct obd_ioobj **ioop, struct lov_stripe_md *oa,int bufcnt);
+void ost_unpack_ioo(struct obd_ioobj **tmp, struct obd_ioobj **ioop);
 
 #endif