Message ID | 1639321683-22909-11-git-send-email-jsimmons@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lustre: backport OpenSFS work Dec 12, 2021 | expand |
diff --git a/net/lnet/klnds/o2iblnd/o2iblnd_modparams.c b/net/lnet/klnds/o2iblnd/o2iblnd_modparams.c index 81cde1b..022ed02 100644 --- a/net/lnet/klnds/o2iblnd/o2iblnd_modparams.c +++ b/net/lnet/klnds/o2iblnd/o2iblnd_modparams.c @@ -141,8 +141,7 @@ * the behavior when transmit with GAPS verses contiguous. */ -#define IBLND_DEFAULT_MAP_ON_DEMAND 1 -static int map_on_demand = IBLND_DEFAULT_MAP_ON_DEMAND; +static int map_on_demand = 1; module_param(map_on_demand, int, 0444); MODULE_PARM_DESC(map_on_demand, "map on demand (obsolete)");