mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	FreeBSD: taskq: Remove unused declaration
Variable 'uma_align_cache' has not been used since commit "FreeBSD: Use
a hash table for taskqid lookups" (3933305ea).  Moreover, it is soon
going to become private to FreeBSD's UMA in 15.0-CURRENT (main),
14.0-STABLE (stable/14) and 13.2-STABLE (stable/13).  Should accessing
this information become necessary again, one will have to use the new
accessors for recent versions.
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Olivier Certner <olce.freebsd@certner.fr>
Closes #15416
			
			
This commit is contained in:
		
							parent
							
								
									1cc1bf4fa7
								
							
						
					
					
						commit
						edebca5dfc
					
				| @ -64,8 +64,6 @@ taskq_t *dynamic_taskq = NULL; | ||||
| 
 | ||||
| proc_t *system_proc; | ||||
| 
 | ||||
| extern int uma_align_cache; | ||||
| 
 | ||||
| static MALLOC_DEFINE(M_TASKQ, "taskq", "taskq structures"); | ||||
| 
 | ||||
| static LIST_HEAD(tqenthashhead, taskq_ent) *tqenthashtbl; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Olivier Certner
						Olivier Certner