mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	xfs: Fix typo in comment
s/somethign/something/ Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
This commit is contained in:
		
							parent
							
								
									76f011f7e6
								
							
						
					
					
						commit
						7d7c82a04d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -681,7 +681,7 @@ xlog_valid_lsn(
 | 
			
		|||
 * flags to control the kmalloc() behaviour within kvmalloc(). Hence kmalloc()
 | 
			
		||||
 * will do direct reclaim and compaction in the slow path, both of which are
 | 
			
		||||
 * horrendously expensive. We just want kmalloc to fail fast and fall back to
 | 
			
		||||
 * vmalloc if it can't get somethign straight away from the free lists or
 | 
			
		||||
 * vmalloc if it can't get something straight away from the free lists or
 | 
			
		||||
 * buddy allocator. Hence we have to open code kvmalloc outselves here.
 | 
			
		||||
 *
 | 
			
		||||
 * This assumes that the caller uses memalloc_nofs_save task context here, so
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue