Whamcloud - gitweb
r=adilger
authorrread <rread>
Mon, 11 Aug 2003 20:06:27 +0000 (20:06 +0000)
committerrread <rread>
Mon, 11 Aug 2003 20:06:27 +0000 (20:06 +0000)
* Add a flag to mds_mfd_close to prevent unlinking files when we are
  cleaning up with the --failover flag.

lustre/mds/mds_internal.h

index 80d48b5..6855723 100644 (file)
@@ -32,7 +32,7 @@ int mds_open(struct mds_update_record *rec, int offset,
              struct ptlrpc_request *req, struct lustre_handle *);
 int mds_pin(struct ptlrpc_request *req);
 int mds_mfd_close(struct ptlrpc_request *req, struct obd_device *obd,
-                 struct mds_file_data *mfd);
+                 struct mds_file_data *mfd, int unlink_orphan);
 int mds_close(struct ptlrpc_request *req);