From: adilger Date: Fri, 23 May 2003 07:01:37 +0000 (+0000) Subject: Merge b_devel -> b_orphan. X-Git-Tag: v1_7_100~1^368~95 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=54e71d66b353ab4fef9ce012e4e6b44034510736;p=fs%2Flustre-release.git Merge b_devel -> b_orphan. DEVEL_ORPHAN_UPDATE_PARENT_20030522 -> DEVEL_ORPHAN_UPDATE_PARENT_20030522 --- diff --git a/lustre/include/linux/obd_echo.h b/lustre/include/linux/obd_echo.h index 487980f..c344d8a 100644 --- a/lustre/include/linux/obd_echo.h +++ b/lustre/include/linux/obd_echo.h @@ -23,24 +23,20 @@ struct ec_object { }; struct ec_open_object { - struct portals_handle ecoo_handle; - atomic_t ecoo_refcount; struct list_head ecoo_exp_chain; struct ec_object *ecoo_object; - struct obdo ecoo_oa; __u64 ecoo_cookie; + struct obdo ecoo_oa; struct obd_client_handle ecoo_och; }; struct ec_lock { - struct portals_handle ecl_handle; - atomic_t ecl_refcount; struct list_head ecl_exp_chain; + struct ec_object *ecl_object; + __u64 ecl_cookie; struct lustre_handle ecl_lock_handle; struct ldlm_extent ecl_extent; __u32 ecl_mode; - struct ec_object *ecl_object; - __u64 ecl_cookie; }; #endif