From 5ce309be37ce1c5d5e2a9f84f8d1d1e3884aac95 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 28 Nov 2003 21:51:37 +0000 Subject: [PATCH] more innocent b_eq to b_devel merging: - updates to liblustre-specific files - updates to #ifdef-ed code - Makefiles et al --- lustre/liblustre/llite_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c index e8b48c5..ec0d06c 100644 --- a/lustre/liblustre/llite_lib.c +++ b/lustre/liblustre/llite_lib.c @@ -236,8 +236,7 @@ int lllib_init(char *dumpfile) #if 0 static void llu_check_request() { - liblustre_check_events(0); - liblustre_check_services(); + liblustre_wait_event(0); } #endif -- 1.8.3.1