mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ext4: fix two spelling nits
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
		
							parent
							
								
									dac7a4b4b1
								
							
						
					
					
						commit
						d67d64f423
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5400,7 +5400,7 @@ int ext4_getattr(struct vfsmount *mnt, struct dentry *dentry,
 | 
				
			||||||
	 * If there is inline data in the inode, the inode will normally not
 | 
						 * If there is inline data in the inode, the inode will normally not
 | 
				
			||||||
	 * have data blocks allocated (it may have an external xattr block).
 | 
						 * have data blocks allocated (it may have an external xattr block).
 | 
				
			||||||
	 * Report at least one sector for such files, so tools like tar, rsync,
 | 
						 * Report at least one sector for such files, so tools like tar, rsync,
 | 
				
			||||||
	 * others doen't incorrectly think the file is completely sparse.
 | 
						 * others don't incorrectly think the file is completely sparse.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	if (unlikely(ext4_has_inline_data(inode)))
 | 
						if (unlikely(ext4_has_inline_data(inode)))
 | 
				
			||||||
		stat->blocks += (stat->size + 511) >> 9;
 | 
							stat->blocks += (stat->size + 511) >> 9;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -511,7 +511,7 @@ mext_check_arguments(struct inode *orig_inode,
 | 
				
			||||||
	if ((orig_start & ~(PAGE_MASK >> orig_inode->i_blkbits)) !=
 | 
						if ((orig_start & ~(PAGE_MASK >> orig_inode->i_blkbits)) !=
 | 
				
			||||||
	    (donor_start & ~(PAGE_MASK >> orig_inode->i_blkbits))) {
 | 
						    (donor_start & ~(PAGE_MASK >> orig_inode->i_blkbits))) {
 | 
				
			||||||
		ext4_debug("ext4 move extent: orig and donor's start "
 | 
							ext4_debug("ext4 move extent: orig and donor's start "
 | 
				
			||||||
			"offset are not alligned [ino:orig %lu, donor %lu]\n",
 | 
								"offsets are not aligned [ino:orig %lu, donor %lu]\n",
 | 
				
			||||||
			orig_inode->i_ino, donor_inode->i_ino);
 | 
								orig_inode->i_ino, donor_inode->i_ino);
 | 
				
			||||||
		return -EINVAL;
 | 
							return -EINVAL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue