From 987dcb76435c7e99fe364cb6e96acc294b8c6cbf Mon Sep 17 00:00:00 2001 From: vitaly Date: Tue, 18 Nov 2008 21:39:57 +0000 Subject: [PATCH] Branch b1_8_gate b=16129 i=adilger i=green - a high priority request list is added into service; - once a lock is canceled, all the IO requests, including coming ones, under this lock, are moved into this list; - PING is also added into this list; - once a lock cancel timeout occurs, the timeout is prolonged if there is an IO rpc under this lock; - another request list is added into the export, used to speed up the rpc-lock matching. --- lustre/include/lustre_dlm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_dlm.h b/lustre/include/lustre_dlm.h index 2b885b0..0507967 100644 --- a/lustre/include/lustre_dlm.h +++ b/lustre/include/lustre_dlm.h @@ -389,6 +389,7 @@ struct ldlm_namespace { unsigned int ns_max_unused; unsigned int ns_max_age; + unsigned int ns_timeouts; /* Lower limit to number of pages in lock to keep it in cache */ unsigned int ns_shrink_thumb; -- 1.8.3.1