On Mon, 12 Jun 2017, Martin Jambor wrote:
> Hi,
>
> this is a preparation for a patch fixing PR 80803. Basically, it
> moves all checks for a non-null access->first_link before enqueuing a
> SRA access into add_access_to_work_queue instead of each caller doing
> it.
>
> Moreover, it fixes a thi
Hi,
this is a preparation for a patch fixing PR 80803. Basically, it
moves all checks for a non-null access->first_link before enqueuing a
SRA access into add_access_to_work_queue instead of each caller doing
it.
Moreover, it fixes a thinko in ancestor enqueuing by removing an
erroneous break wh