mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fix CONFIG_DEBUG_LOCK_ALLOC configure check
This check was accidentally broken when the kABI checks were updated
to run in parallel, commit 608f874.  The check must be for the
config_debug_lock_alloc_license name to determine if the symbol
is license compatible.
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #10991
			
			
This commit is contained in:
		
							parent
							
								
									9f29a4d972
								
							
						
					
					
						commit
						fdbec0423b
					
				| @ -91,7 +91,7 @@ AC_DEFUN([ZFS_AC_KERNEL_SRC_CONFIG_DEBUG_LOCK_ALLOC], [ | ||||
| 
 | ||||
| AC_DEFUN([ZFS_AC_KERNEL_CONFIG_DEBUG_LOCK_ALLOC], [ | ||||
| 	AC_MSG_CHECKING([whether mutex_lock() is GPL-only]) | ||||
| 	ZFS_LINUX_TEST_RESULT([config_debug_lock_alloc], [ | ||||
| 	ZFS_LINUX_TEST_RESULT([config_debug_lock_alloc_license], [ | ||||
| 		AC_MSG_RESULT(no) | ||||
| 	],[ | ||||
| 		AC_MSG_RESULT(yes) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf