mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	Kernel: Mark sys$readlink() as not needing the big lock
This syscall doesn't access any data that was implicitly protected by the big lock.
This commit is contained in:
		
							parent
							
								
									2688ee28ff
								
							
						
					
					
						commit
						ef45ff4703
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -142,7 +142,7 @@ enum class NeedsBigProcessLock { | |||
|     S(purge, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(read, NeedsBigProcessLock::Yes)                       \ | ||||
|     S(pread, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(readlink, NeedsBigProcessLock::Yes)                   \ | ||||
|     S(readlink, NeedsBigProcessLock::No)                    \ | ||||
|     S(readv, NeedsBigProcessLock::Yes)                      \ | ||||
|     S(realpath, NeedsBigProcessLock::No)                    \ | ||||
|     S(recvfd, NeedsBigProcessLock::Yes)                     \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling