Whamcloud - gitweb
b=1807
authorphil <phil>
Fri, 12 Sep 2003 19:13:47 +0000 (19:13 +0000)
committerphil <phil>
Fri, 12 Sep 2003 19:13:47 +0000 (19:13 +0000)
- 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

index 46b3b2d..c5a1731 100644 (file)
@@ -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);