- can now create catalog entries and secondary logs
- some obdo is not being cleaned up.
int mds_client_add(struct obd_device *obd, struct mds_obd *mds,
struct mds_export_data *med, int cl_off);
int mds_client_free(struct obd_export *exp, int clear_client);
-int mds_object_create(struct obd_export *exp, struct obdo *oa,
+int mds_obd_create(struct obd_export *exp, struct obdo *oa,
struct lov_stripe_md **ea, struct obd_trans_info *oti);
/* mds/handler.c */
--- /dev/null
+#!/bin/bash
+
+insmod ../obdclass/llog_test.o
+../utils/lctl modules > /r/tmp/ogdb-localhost.localdomain
+echo "NOW reload debugging syms.."
+sleep 10
+
+../utils/lctl <<EOF
+newdev
+attach llog_test llt_name llt_uuid
+setup mds1
+cleanup
+detach
+EOF
+rmmod llog_test