X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=5de7cd75ed186fc04f63d6ed9ebd19be5ceb3c00;hb=d8fdc4c1603726e0b893571960938ea9dfe28658;hp=aeb94ba4996b84f7008d92e73359661bba6ab71d;hpb=4f965b8cff863334d536ec8a9806dba5eb10c62f;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index aeb94ba..5de7cd7 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -86,13 +86,12 @@ struct lu_device_type; /* genops.c */ struct obd_export *class_conn2export(struct lustre_handle *); -int class_register_type(struct obd_ops *, struct md_ops *, +int class_register_type(struct obd_ops *, struct md_ops *, bool enable_proc, struct lprocfs_seq_vars *module_vars, #ifndef HAVE_ONLY_PROCFS_SEQ struct lprocfs_vars *, #endif - const char *nm, - struct lu_device_type *ldt); + const char *nm, struct lu_device_type *ldt); int class_unregister_type(const char *nm); struct obd_device *class_newdev(const char *type_name, const char *name);