X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fext4%2Fmigrate.c;h=2ae73a80c19be145c9c0e3dc9cd1ef2ba4e75869;hb=b4b50fd78b1e31989940dfc647e64453d0f7176a;hp=49e8bdff9163e830931570f4c2660cea201ab3fd;hpb=f150abe1012f2fc7d444d33d651db32435038c11;p=~andy%2Flinux diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index 49e8bdff916..2ae73a80c19 100644 --- a/fs/ext4/migrate.c +++ b/fs/ext4/migrate.c @@ -39,7 +39,7 @@ static int finish_range(handle_t *handle, struct inode *inode, newext.ee_block = cpu_to_le32(lb->first_block); newext.ee_len = cpu_to_le16(lb->last_block - lb->first_block + 1); ext4_ext_store_pblock(&newext, lb->first_pblock); - path = ext4_ext_find_extent(inode, lb->first_block, NULL); + path = ext4_ext_find_extent(inode, lb->first_block, NULL, 0); if (IS_ERR(path)) { retval = PTR_ERR(path); @@ -494,7 +494,7 @@ int ext4_ext_migrate(struct inode *inode) * superblock modification. * * For the tmp_inode we already have committed the - * trascation that created the inode. Later as and + * transaction that created the inode. Later as and * when we add extents we extent the journal */ /*