From 9fef1ed7f1f7d4e39f5d08c32f1dceffadb80d50 Mon Sep 17 00:00:00 2001 From: shaver Date: Wed, 17 Sep 2003 17:19:05 +0000 Subject: [PATCH] Discard lock-associated data (dirty pages, at present) when cancelling locks due to an eviction or OST fail-out. b=1902. --- lustre/liblustre/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c index b11de88..e829bfa 100644 --- a/lustre/liblustre/llite_lib.c +++ b/lustre/liblustre/llite_lib.c @@ -68,7 +68,7 @@ struct ldlm_res_id; struct obd_import; extern int ldlm_cli_cancel_unused(struct ldlm_namespace *ns, struct ldlm_res_id *res_id, int flags); -extern int ldlm_namespace_cleanup(struct ldlm_namespace *ns, int local_only); +extern int ldlm_namespace_cleanup(struct ldlm_namespace *ns, int flags); extern int ldlm_replay_locks(struct obd_import *imp); void *inter_module_get(char *arg) -- 1.8.3.1