commit | dfa2064b222c901b05c19ec5b7f42a25f7bee0e3 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Aug 29 15:44:11 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 29 15:44:11 2016 -0400 |
tree | fe588162ed654fbd32187375771f03e78a50f674 | |
parent | 6e0cd088c01023c02b1e887e02c8b6f3f395344f [diff] |
ext4: factor out loop for freeing inode xattr space Move loop to make enough space in the inode from ext4_expand_extra_isize_ea() into a separate function to make that function smaller and better readable and also to avoid delaration of variables inside a loop block. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>