commit | 7f420d64a08c1dcd65b27be82a27cf2bdb2e7847 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Dec 13 21:50:11 2019 +0300 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Dec 14 17:31:23 2019 -0500 |
tree | 133f7981561a7ac7148b7d0d904c9d3d78e630a5 | |
parent | 707d1a2f601bea6110a5633054253c0cb71b44c1 [diff] |
ext4: unlock on error in ext4_expand_extra_isize() We need to unlock the xattr before returning on this error path. Cc: stable@kernel.org # 4.13 Fixes: c03b45b853f5 ("ext4, project: expand inode extra size if possible") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20191213185010.6k7yl2tck3wlsdkt@kili.mountain Signed-off-by: Theodore Ts'o <tytso@mit.edu>