From: ericm Date: Wed, 3 Mar 2004 14:37:03 +0000 (+0000) Subject: liblustre: X-Git-Tag: v1_7_100~2518 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=2383ee45c2769848ac0ce4a7f01611c21f6ff650 liblustre: - supress a warning of glimpse callback - remove the debug code accidently checked in sometime before --- diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index 67714ef..064ac80 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -646,7 +646,6 @@ static inline void del_timer(struct timer_list *l) #define time_after(a, b) \ ({ \ - printf("Error: inapproiate call time_after()\n"); \ 1; \ }) diff --git a/lustre/ptlrpc/pinger.c b/lustre/ptlrpc/pinger.c index ab85900..1198683 100644 --- a/lustre/ptlrpc/pinger.c +++ b/lustre/ptlrpc/pinger.c @@ -463,7 +463,6 @@ int ptlrpc_start_pinger(void) pinger_callback = liblustre_register_wait_callback(&pinger_check_rpcs, &pinger_args); #endif - obd_timeout = 10; return 0; }