Whamcloud - gitweb
Branch b1_8_gate
authorvitaly <vitaly>
Mon, 17 Nov 2008 17:46:00 +0000 (17:46 +0000)
committervitaly <vitaly>
Mon, 17 Nov 2008 17:46:00 +0000 (17:46 +0000)
b=17239
i=adilger
i=shadow

async lov_sync() operation.

lustre/include/obd.h

index d4b9eae..c383d83 100644 (file)
@@ -1141,8 +1141,9 @@ struct obd_ops {
         int (*o_punch)(struct obd_export *exp, struct obd_info *oinfo,
                        struct obd_trans_info *oti,
                        struct ptlrpc_request_set *rqset);
-        int (*o_sync)(struct obd_export *exp, struct obdo *oa,
-                      struct lov_stripe_md *ea, obd_size start, obd_size end);
+        int (*o_sync)(struct obd_export *exp, struct obd_info *oinfo,
+                      obd_size start, obd_size end,
+                      struct ptlrpc_request_set *rqset);
         int (*o_migrate)(struct lustre_handle *conn, struct lov_stripe_md *dst,
                          struct lov_stripe_md *src, obd_size start,
                          obd_size end, struct obd_trans_info *oti);