Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
659d9c7
)
r=adilger
author
rread
<rread>
Mon, 11 Aug 2003 20:06:27 +0000
(20:06 +0000)
committer
rread
<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
patch
|
blob
|
history
diff --git
a/lustre/mds/mds_internal.h
b/lustre/mds/mds_internal.h
index
80d48b5
..
6855723
100644
(file)
--- a/
lustre/mds/mds_internal.h
+++ b/
lustre/mds/mds_internal.h
@@
-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);