Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b496d4
)
fix formatting
author
jacob
<jacob>
Fri, 20 May 2005 23:26:29 +0000
(23:26 +0000)
committer
jacob
<jacob>
Fri, 20 May 2005 23:26:29 +0000
(23:26 +0000)
lustre/ptlrpc/pinger.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/pinger.c
b/lustre/ptlrpc/pinger.c
index
63fc101
..
ee65bd0
100644
(file)
--- a/
lustre/ptlrpc/pinger.c
+++ b/
lustre/ptlrpc/pinger.c
@@
-67,9
+67,7
@@
int ptlrpc_ping(struct obd_import *imp)
static inline void ptlrpc_update_next_ping(struct obd_import *imp)
{
imp->imp_next_ping = jiffies + HZ *
- (imp->imp_state == LUSTRE_IMP_DISCON
- ? 10
- : PING_INTERVAL);
+ (imp->imp_state == LUSTRE_IMP_DISCON ? 10 : PING_INTERVAL);
}
void ptlrpc_ping_import_soon(struct obd_import *imp)