Whamcloud - gitweb
Add fixed from MDS for bug 1403 to obdfilter also.
authoradilger <adilger>
Sun, 8 Jun 2003 20:57:44 +0000 (20:57 +0000)
committeradilger <adilger>
Sun, 8 Jun 2003 20:57:44 +0000 (20:57 +0000)
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).

lustre/mds/mds_internal.h

index 585daec..0b62a92 100644 (file)
@@ -5,8 +5,8 @@ int mds_update_unpack(struct ptlrpc_request *, int offset,
                       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__