mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:32:43 +00:00 
			
		
		
		
	Kernel: Remove create_inode_watcher syscall from the big lock
This commit is contained in:
		
							parent
							
								
									cc558d95f0
								
							
						
					
					
						commit
						b26ecca970
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -59,7 +59,7 @@ enum class NeedsBigProcessLock { | |||
|     S(clock_settime, NeedsBigProcessLock::No)               \ | ||||
|     S(close, NeedsBigProcessLock::No)                       \ | ||||
|     S(connect, NeedsBigProcessLock::No)                     \ | ||||
|     S(create_inode_watcher, NeedsBigProcessLock::Yes)       \ | ||||
|     S(create_inode_watcher, NeedsBigProcessLock::No)        \ | ||||
|     S(create_thread, NeedsBigProcessLock::Yes)              \ | ||||
|     S(dbgputstr, NeedsBigProcessLock::No)                   \ | ||||
|     S(detach_thread, NeedsBigProcessLock::Yes)              \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sam Atkins
						Sam Atkins