Whamcloud - gitweb
Commit prototype changes in headers.
authoradilger <adilger>
Sat, 10 Aug 2002 10:43:59 +0000 (10:43 +0000)
committeradilger <adilger>
Sat, 10 Aug 2002 10:43:59 +0000 (10:43 +0000)
lustre/include/linux/lustre_mds.h
lustre/include/linux/obd.h

index 175c52b..57da73e 100644 (file)
@@ -180,8 +180,8 @@ int mdc_rename(struct lustre_handle *conn,
                struct ptlrpc_request **);
 int mdc_create_client(char *uuid, struct ptlrpc_client *cl);
 
-extern int mds_client_add(struct mds_obd *mds, struct mds_export_data *med,
-                          int cl_off);
+extern int mds_client_add(struct mds_export_data *med, int cl_off);
+extern int mds_client_free(struct mds_export_data *med);
 
 /* mds/mds_fs.c */
 struct mds_fs_operations {
index ae71fd8..e94f8b8 100644 (file)
@@ -96,7 +96,6 @@ struct mds_obd {
         __u64 mds_last_rcvd;
         __u64 mds_mount_count;
         struct ll_fid mds_rootfid;
-        int mds_client_count;
         struct mds_server_data *mds_server_data;
 };