aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
index bea408d1bb0a..c7917abf9944 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
@@ -3269,7 +3269,7 @@ kiblnd_disconnect_conn(struct kib_conn *conn)
3269#define KIB_RECONN_HIGH_RACE 10 3269#define KIB_RECONN_HIGH_RACE 10
3270/** 3270/**
3271 * Allow connd to take a break and handle other things after consecutive 3271 * Allow connd to take a break and handle other things after consecutive
3272 * reconnection attemps. 3272 * reconnection attempts.
3273 */ 3273 */
3274#define KIB_RECONN_BREAK 100 3274#define KIB_RECONN_BREAK 100
3275 3275