| 
					
				 | 
			
			
				@@ -194,7 +194,7 @@ class FuseOperations(llfuse.Operations): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return item.get(b'xattrs', {})[name] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         except KeyError: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            raise llfuse.FUSEError(errno.ENODATA) from None 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            raise llfuse.FUSEError(errno.ENOATTR) from None 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     def _load_pending_archive(self, inode): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # Check if this is an archive we need to load 
			 |