From bb50d36b7c81ba2437805432419d717b04b08bb7 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 12 Sep 2003 19:13:47 +0000 Subject: [PATCH] b=1807 - backport oscc_create rewrite from b_llp_hp - send osc_creates to a new OST thread, so that time-sensitive creations will not have to compete with billions of read/write requests --- lustre/osc/osc_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/osc/osc_internal.h b/lustre/osc/osc_internal.h index 46b3b2d..c5a1731 100644 --- a/lustre/osc/osc_internal.h +++ b/lustre/osc/osc_internal.h @@ -2,8 +2,6 @@ int osc_create(struct obd_export *exp, struct obdo *oa, struct lov_stripe_md **ea, struct obd_trans_info *oti); int osc_real_create(struct obd_export *exp, struct obdo *oa, struct lov_stripe_md **ea, struct obd_trans_info *oti); -int osccd_setup(void); -int osccd_cleanup(void); void oscc_init(struct lustre_handle *exph); int lproc_osc_attach_seqstat(struct obd_device *dev); -- 1.8.3.1