Make mds_client_add() and filter_client_add() more closely resemble each
other (one day we may want to move the last_rcvd handling from mds/obdfilter
into some common code in obdclass or something).
struct mds_update_record *);
/* mds/mds_fs.c */
-int mds_client_add(struct obd_device *obd, struct mds_export_data *med,
- int cl_off);
+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);
#ifdef __KERNEL__