Add 0061-RH-display-find-mpaths.patch
  * display the find_multipaths value in show config
Add 0062-RH-dont-free-vecs.patch
  * don't free the vecs structure on shutdown. It's more pain than
    it's worth.
		
	
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			566 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			566 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| ---
 | |
|  libmultipath/dict.c |    2 --
 | |
|  1 file changed, 2 deletions(-)
 | |
| 
 | |
| Index: multipath-tools-130222/libmultipath/dict.c
 | |
| ===================================================================
 | |
| --- multipath-tools-130222.orig/libmultipath/dict.c
 | |
| +++ multipath-tools-130222/libmultipath/dict.c
 | |
| @@ -2717,8 +2717,6 @@ snprint_def_log_checker_err (char * buff
 | |
|  static int
 | |
|  snprint_def_find_multipaths (char * buff, int len, void * data)
 | |
|  {
 | |
| -	if (conf->find_multipaths == DEFAULT_FIND_MULTIPATHS)
 | |
| -		return 0;
 | |
|  	if (!conf->find_multipaths)
 | |
|  		return snprintf(buff, len, "no");
 | |
|  
 |