components/open-fabrics/libibverbs/patches/004-libibverbs-explorer-hangs-running-ibis-with-Titan-cards.patch
changeset 7865 22ec3267b2a3
equal deleted inserted replaced
7864:f11e8d81786a 7865:22ec3267b2a3
       
     1 #This patch was developed both in-house and from outside. We plan to submit it
       
     2 #upstream, but do not yet have a target date for doing so
       
     3 #
       
     4 # HG changeset patch
       
     5 # Parent  b116e18142b1d4ec433b67c77f389bf975cc8c42
       
     6 22741696 Explorer hangs running ibis on system with Titan cards
       
     7 
       
     8 diff -r b116e18142b1 src/init.c
       
     9 --- a/src/init.c	Tue Apr 19 10:06:00 2016 -0700
       
    10 +++ b/src/init.c	Tue Apr 19 10:17:34 2016 -0700
       
    11 @@ -603,6 +603,7 @@
       
    12  		}
       
    13  		free(sysfs_dev);
       
    14  	}
       
    15 +	sysfs_dev_list = NULL;
       
    16  
       
    17  	return num_devices;
       
    18  }