Linux - Fix hlist_head object extension by dropping the iterator since it can't determine the correct member_name

This commit is contained in:
Gustavo Moreira
2024-10-23 08:55:44 +11:00
parent f00c4c3c39
commit db8667f88a
@@ -994,9 +994,6 @@ class hlist_head(objects.StructType, collections.abc.Iterable):
current = current.next
def __iter__(self) -> Iterator[interfaces.objects.ObjectInterface]:
return self.to_list(self.vol.parent.vol.type_name, self.vol.member_name)
class files_struct(objects.StructType):
def get_fds(self) -> interfaces.objects.ObjectInterface: