Re: [PATCH 09/11] ext4: Factor out xattr moving
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:33:56
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-08-11 17:33:56
On Wed, Aug 03, 2016 at 12:39:53PM +0200, Jan Kara wrote:
Factor out function for moving xattrs from inode into external xattr block from ext4_expand_extra_isize_ea(). That function is already quite long and factoring out this rather standalone functionality helps readability. Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted