ext4: fix two spelling nits
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
@@ -511,7 +511,7 @@ mext_check_arguments(struct inode *orig_inode,
|
||||
if ((orig_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 "
|
||||
"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);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user