This is a set of patches mainly working on the reduction of the use of ptp_object_want() and especially eliminating it from inside loops over the object cache, which can cause 'problems', since the function may modify said object cache.
This should fix the issue discussed here for good.
This is a set of patches mainly working on the reduction of the use of
ptp_object_want()
and especially eliminating it from inside loops over the object cache, which can cause 'problems', since the function may modify said object cache.This should fix the issue discussed here for good.