From 3511b8791c2a9cf0624a3bd831343e7b9256f125 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 10 Aug 2002 10:43:59 +0000 Subject: [PATCH] Commit prototype changes in headers. --- lustre/include/linux/lustre_mds.h | 4 ++-- lustre/include/linux/obd.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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; }; -- 1.8.3.1