Re: gc the unp_gcing flag

2016-02-29 Thread David Gwynne
> On 26 Feb 2016, at 4:17 PM, Philip Guenther wrote: > > On Thu, Feb 25, 2016 at 3:42 AM, David Gwynne wrote: >> the gc is run from a task in the systq, so we dont need a flag to >> serialise it. it is already serialised. >> >> ok? > > I have a TODO

Re: gc the unp_gcing flag

2016-02-25 Thread Philip Guenther
On Thu, Feb 25, 2016 at 3:42 AM, David Gwynne wrote: > the gc is run from a task in the systq, so we dont need a flag to > serialise it. it is already serialised. > > ok? I have a TODO entry saying "instead of triggering the unp_gc task, set a per-thread flag and then do the

gc the unp_gcing flag

2016-02-25 Thread David Gwynne
the gc is run from a task in the systq, so we dont need a flag to serialise it. it is already serialised. ok? Index: uipc_usrreq.c === RCS file: /cvs/src/sys/kern/uipc_usrreq.c,v retrieving revision 1.95 diff -u -p -r1.95