summaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c
diff options
context:
space:
mode:
authorColin Ian King2018-12-04 06:16:44 +0100
committerTheodore Ts'o2018-12-04 06:16:44 +0100
commita92abd738d243a3bcd864a9aa9cb9345e41be83d (patch)
treeea234a2fa926e308e047ad934116668c291fef42 /fs/ext4/migrate.c
parentext4: missing unlock/put_page() in ext4_try_to_write_inline_data() (diff)
downloadkernel-qcow2-linux-a92abd738d243a3bcd864a9aa9cb9345e41be83d.tar.gz
kernel-qcow2-linux-a92abd738d243a3bcd864a9aa9cb9345e41be83d.tar.xz
kernel-qcow2-linux-a92abd738d243a3bcd864a9aa9cb9345e41be83d.zip
ext4: clean up indentation issues, remove extraneous tabs
There are several lines that are indented too far, clean these up by removing the tabs. Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/migrate.c')
-rw-r--r--fs/ext4/migrate.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c
index a98bfca9c463..b1e4d359f73b 100644
--- a/fs/ext4/migrate.c
+++ b/fs/ext4/migrate.c
@@ -535,22 +535,22 @@ int ext4_ext_migrate(struct inode *inode)
if (i_data[EXT4_IND_BLOCK]) {
retval = update_ind_extent_range(handle, tmp_inode,
le32_to_cpu(i_data[EXT4_IND_BLOCK]), &lb);
- if (retval)
- goto err_out;
+ if (retval)
+ goto err_out;
} else
lb.curr_block += max_entries;
if (i_data[EXT4_DIND_BLOCK]) {
retval = update_dind_extent_range(handle, tmp_inode,
le32_to_cpu(i_data[EXT4_DIND_BLOCK]), &lb);
- if (retval)
- goto err_out;
+ if (retval)
+ goto err_out;
} else
lb.curr_block += max_entries * max_entries;
if (i_data[EXT4_TIND_BLOCK]) {
retval = update_tind_extent_range(handle, tmp_inode,
le32_to_cpu(i_data[EXT4_TIND_BLOCK]), &lb);
- if (retval)
- goto err_out;
+ if (retval)
+ goto err_out;
}
/*
* Build the last extent