X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fost%2Fost_internal.h;h=55adc5fd05707849ddbb804930112cb8c68044f9;hb=870d2ee8dc232f8c4c431f4dd206d11478d62db9;hp=ecc977aec3eb2d2ab32021f703fcc80446fd860c;hpb=1c359423c13c02974fee7cdd35f6599f022f8f4b;p=fs%2Flustre-release.git diff --git a/lustre/ost/ost_internal.h b/lustre/ost/ost_internal.h index ecc977ae..55adc5f 100644 --- a/lustre/ost/ost_internal.h +++ b/lustre/ost/ost_internal.h @@ -5,11 +5,7 @@ #ifndef OST_INTERNAL_H #define OST_INTERNAL_H -#ifdef LPROCFS -extern void ost_print_req(void *seq_file, struct ptlrpc_request *req); -#else -# define ost_print_req NULL -#endif +#define OSS_SERVICE_WATCHDOG_FACTOR 2000 /* * tunables for per-thread page pool (bug 5137) @@ -37,7 +33,19 @@ struct ost_thread_local_cache { struct ost_thread_local_cache *ost_tls(struct ptlrpc_request *r); +#define OSS_MIN_CREATE_THREADS 2UL +#define OSS_MAX_CREATE_THREADS 16UL + /* Quota stuff */ extern quota_interface_t *quota_interface; +#ifdef LPROCFS +void lprocfs_ost_init_vars(struct lprocfs_static_vars *lvars); +#else +static void lprocfs_ost_init_vars(struct lprocfs_static_vars *lvars) +{ + memset(lvars, 0, sizeof(*lvars)); +} +#endif + #endif /* OST_INTERNAL_H */