]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/move_extent.c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[~andy/linux] / fs / ext4 / move_extent.c
index e86dddbd8296c138347f9ba1c5f6e52d51a4c91c..7fa4d855dbd5e65e373b8222800f2a5d6bc5520c 100644 (file)
@@ -37,7 +37,7 @@ get_ext_path(struct inode *inode, ext4_lblk_t lblock,
        int ret = 0;
        struct ext4_ext_path *path;
 
-       path = ext4_ext_find_extent(inode, lblock, *orig_path);
+       path = ext4_ext_find_extent(inode, lblock, *orig_path, EXT4_EX_NOCACHE);
        if (IS_ERR(path))
                ret = PTR_ERR(path);
        else if (path[ext_depth(inode)].p_ext == NULL)