From bd0a28a0af3cf206a5eb89d3f497121d904d1713 Mon Sep 17 00:00:00 2001 From: zab Date: Wed, 6 Aug 2003 21:30:32 +0000 Subject: [PATCH] - trivially export some rpc/page stats from the osc so we can get some insight into how llite is driving it --- lustre/osc/osc_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/osc/osc_internal.h b/lustre/osc/osc_internal.h index 04b54b1..13eb00d 100644 --- a/lustre/osc/osc_internal.h +++ b/lustre/osc/osc_internal.h @@ -18,5 +18,6 @@ void osc_rpcd_add_req(struct ptlrpc_request *req); /* osc/lproc_osc.c */ extern atomic_t osc_max_pages_per_rpc; extern atomic_t osc_max_rpcs_in_flight; +int lproc_osc_attach_seqstat(struct obd_device *dev); #endif /* OSC_INTERNAL_H */ -- 1.8.3.1