X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=afb71e7f00327b0e9b3ebc82d059f95e1d8cfa1e;hp=6e68c1ee7b4bc8c1089e49797637b05ef402376f;hb=76626d6c52b19b5cca04007c4b1656cc52a487c1;hpb=5bc1fe092cba04d0e067214e7c2b0b756ba29843 diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 6e68c1e..afb71e7 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -74,7 +74,7 @@ struct obd_type *class_add_symlinks(const char *name, bool enable_proc); #endif int class_register_type(const struct obd_ops *dt_ops, const struct md_ops *md_ops, bool enable_proc, - struct lprocfs_vars *module_vars, + struct ldebugfs_vars *module_vars, const char *nm, struct lu_device_type *ldt); int class_unregister_type(const char *nm);