From: zab Date: Tue, 16 Dec 2003 22:13:03 +0000 (+0000) Subject: - get rid of some ancient unused left-overs X-Git-Tag: 1.0.2~35 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5e54279d5d30d14d6499152741df9db55597722f;p=fs%2Flustre-release.git - get rid of some ancient unused left-overs --- 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__