From 5e54279d5d30d14d6499152741df9db55597722f Mon Sep 17 00:00:00 2001 From: zab Date: Tue, 16 Dec 2003 22:13:03 +0000 Subject: [PATCH] - get rid of some ancient unused left-overs --- lustre/osc/osc_internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/osc/osc_internal.h b/lustre/osc/osc_internal.h index 15d560c..30dae54 100644 --- a/lustre/osc/osc_internal.h +++ b/lustre/osc/osc_internal.h @@ -47,9 +47,6 @@ int osc_create(struct obd_export *exp, struct obdo *oa, int osc_real_create(struct obd_export *exp, struct obdo *oa, struct lov_stripe_md **ea, struct obd_trans_info *oti); void oscc_init(struct obd_export *exp); - -extern atomic_t osc_max_rpcs_in_flight; -extern atomic_t osc_max_pages_per_rpc; void osc_adjust_cache(struct client_obd *cli); #ifdef __KERNEL__ -- 1.8.3.1