We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707d1a2 commit 7f420d6Copy full SHA for 7f420d6
fs/ext4/inode.c
@@ -5689,7 +5689,7 @@ int ext4_expand_extra_isize(struct inode *inode,
5689
error = ext4_journal_get_write_access(handle, iloc->bh);
5690
if (error) {
5691
brelse(iloc->bh);
5692
- goto out_stop;
+ goto out_unlock;
5693
}
5694
5695
error = __ext4_expand_extra_isize(inode, new_extra_isize, iloc,
@@ -5699,8 +5699,8 @@ int ext4_expand_extra_isize(struct inode *inode,
5699
if (!error)
5700
error = rc;
5701
5702
+out_unlock:
5703
ext4_write_unlock_xattr(inode, &no_expand);
-out_stop:
5704
ext4_journal_stop(handle);
5705
return error;
5706
0 commit comments