mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:22:45 +00:00 
			
		
		
		
	Kernel: Mark sys$faccessat as not needing the big lock
This commit is contained in:
		
							parent
							
								
									c9ee1ad5ae
								
							
						
					
					
						commit
						ca1f8cac66
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -12,7 +12,7 @@ namespace Kernel { | |||
| 
 | ||||
| ErrorOr<FlatPtr> Process::sys$faccessat(Userspace<Syscall::SC_faccessat_params const*> user_params) | ||||
| { | ||||
|     VERIFY_PROCESS_BIG_LOCK_ACQUIRED(this); | ||||
|     VERIFY_NO_PROCESS_BIG_LOCK(this); | ||||
|     TRY(require_promise(Pledge::rpath)); | ||||
|     auto params = TRY(copy_typed_from_user(user_params)); | ||||
|     auto pathname = TRY(get_syscall_path_argument(params.pathname)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling