From 3497e881431ab5a8b07f385b1f25fc92f48e4d6b Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 8 Jun 2003 20:57:44 +0000 Subject: [PATCH] Add fixed from MDS for bug 1403 to obdfilter also. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index 585daec..0b62a92 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -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__ -- 1.8.3.1