Whamcloud - gitweb
don't leak mcd when shutting down --failover
authorshaver <shaver>
Fri, 25 Jul 2003 23:57:15 +0000 (23:57 +0000)
committershaver <shaver>
Fri, 25 Jul 2003 23:57:15 +0000 (23:57 +0000)
lustre/mds/mds_internal.h

index c2d3d77..45ee994 100644 (file)
@@ -39,7 +39,7 @@ int mds_pin(struct ptlrpc_request *req);
 /* mds/mds_fs.c */
 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);
+int mds_client_free(struct obd_export *exp, int clear_client);
 
 #ifdef __KERNEL__
 void mds_pack_inode2fid(struct ll_fid *fid, struct inode *inode);