From: adilger Date: Sat, 10 Aug 2002 10:43:59 +0000 (+0000) Subject: Commit prototype changes in headers. X-Git-Tag: 0.5.5~174 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3511b8791c2a9cf0624a3bd831343e7b9256f125;p=fs%2Flustre-release.git Commit prototype changes in headers. --- diff --git a/lustre/include/linux/lustre_mds.h b/lustre/include/linux/lustre_mds.h index 175c52b..57da73e 100644 --- a/lustre/include/linux/lustre_mds.h +++ b/lustre/include/linux/lustre_mds.h @@ -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 { diff --git a/lustre/include/linux/obd.h b/lustre/include/linux/obd.h index ae71fd8..e94f8b8 100644 --- a/lustre/include/linux/obd.h +++ b/lustre/include/linux/obd.h @@ -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; };