diff options
Diffstat (limited to 'fs/ext4/move_extent.c')
-rw-r--r-- | fs/ext4/move_extent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c index c8f895b410f6..5e2465a8e4ce 100644 --- a/fs/ext4/move_extent.c +++ b/fs/ext4/move_extent.c | |||
@@ -37,7 +37,7 @@ get_ext_path(struct inode *inode, ext4_lblk_t lblock, | |||
37 | int ret = 0; | 37 | int ret = 0; |
38 | struct ext4_ext_path *path; | 38 | struct ext4_ext_path *path; |
39 | 39 | ||
40 | path = ext4_ext_find_extent(inode, lblock, *orig_path, EXT4_EX_NOCACHE); | 40 | path = ext4_ext_find_extent(inode, lblock, orig_path, EXT4_EX_NOCACHE); |
41 | if (IS_ERR(path)) | 41 | if (IS_ERR(path)) |
42 | ret = PTR_ERR(path); | 42 | ret = PTR_ERR(path); |
43 | else if (path[ext_depth(inode)].p_ext == NULL) | 43 | else if (path[ext_depth(inode)].p_ext == NULL) |