Skip to content
Snippets Groups Projects
Commit 2383ee45 authored by Eric Mei's avatar Eric Mei
Browse files

liblustre:

 - supress a warning of glimpse callback
 - remove the debug code accidently checked in sometime before
parent 1bf2b2c3
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
})
......
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment