summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inline.c')
-rw-r--r--fs/ext4/inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c
index 88cdf3c90bd1..2fec62d764fa 100644
--- a/fs/ext4/inline.c
+++ b/fs/ext4/inline.c
@@ -1416,7 +1416,7 @@ int ext4_inlinedir_to_tree(struct file *dir_file,
1416 err = ext4_htree_store_dirent(dir_file, hinfo->hash, 1416 err = ext4_htree_store_dirent(dir_file, hinfo->hash,
1417 hinfo->minor_hash, de, &tmp_str); 1417 hinfo->minor_hash, de, &tmp_str);
1418 if (err) { 1418 if (err) {
1419 count = err; 1419 ret = err;
1420 goto out; 1420 goto out;
1421 } 1421 }
1422 count++; 1422 count++;