On Fri, Jul 07, 2017 at 05:12:45AM -0700, Tahsin Erdogan wrote: > When an extended attribute is removed, its array element is emptied. > This creates holes in the array so various places that want to walk > filled elements have to do an empty element check. > > Have remove operation shift remaining filled elements to the left. > This allows a simple iteration up to ext2_xattr_handle->count to walk > all filled entries, and so empty element checks become unnecessary. > > Signed-off-by: Tahsin Erdogan <tahsin@xxxxxxxxxx> Thanks, applied. - Ted