X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fcmm%2Fmdc_internal.h;h=bcd5f3fb3690648e3882077e3d7e07c9fc60ab64;hb=5e5fb026f16f97103cde931974825fe88e6b2978;hp=0cdb6d61f5950386d08ae2108fe320c5c2fedaa7;hpb=70e80ade90af09300396706b8910e196a7928520;p=fs%2Flustre-release.git diff --git a/lustre/cmm/mdc_internal.h b/lustre/cmm/mdc_internal.h index 0cdb6d6..bcd5f3f 100644 --- a/lustre/cmm/mdc_internal.h +++ b/lustre/cmm/mdc_internal.h @@ -16,8 +16,8 @@ * in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see [sun.com URL with a - * copy of GPLv2]. + * version 2 along with this program; If not, see + * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf * * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or @@ -50,7 +50,6 @@ #include struct mdc_cli_desc { - struct lustre_handle cl_conn; /* uuid of remote MDT to connect */ struct obd_uuid cl_srv_uuid; /* mdc uuid */ @@ -74,12 +73,12 @@ struct mdc_thread_info { }; struct mdc_object { - struct md_object mco_obj; + struct md_object mco_obj; }; static inline struct lu_device *mdc2lu_dev(struct mdc_device *mc) { - return (&mc->mc_md_dev.md_lu_dev); + return (&mc->mc_md_dev.md_lu_dev); } static inline struct mdc_device *md2mdc_dev(struct md_device *md) @@ -89,22 +88,22 @@ static inline struct mdc_device *md2mdc_dev(struct md_device *md) static inline struct mdc_device *mdc_obj2dev(struct mdc_object *mco) { - return (md2mdc_dev(md_obj2dev(&mco->mco_obj))); + return (md2mdc_dev(md_obj2dev(&mco->mco_obj))); } static inline struct mdc_object *lu2mdc_obj(struct lu_object *lo) { - return container_of0(lo, struct mdc_object, mco_obj.mo_lu); + return container_of0(lo, struct mdc_object, mco_obj.mo_lu); } static inline struct mdc_object *md2mdc_obj(struct md_object *mo) { - return container_of0(mo, struct mdc_object, mco_obj); + return container_of0(mo, struct mdc_object, mco_obj); } static inline struct mdc_device *lu2mdc_dev(struct lu_device *ld) { - return container_of0(ld, struct mdc_device, mc_md_dev.md_lu_dev); + return container_of0(ld, struct mdc_device, mc_md_dev.md_lu_dev); } struct lu_object *mdc_object_alloc(const struct lu_env *,