>>>>> "Matt" == Matt Helsley <[email protected]> writes: Matt> On Thu, 2006-01-12 at 04:51 -0500, Jes Sorensen wrote: Matt> Have you looked at Alan Stern's notifier chain fix patch? Could Matt> that be used in task_notify? >> No sorry, do you have a pointer? Matt> No problem. Here it is: Matt> http://marc.theaimsgroup.com/?l=linux-kernel&m=113407207418475&w=2 Matt> I think it would be ideal if task_notify could simply be a Matt> notifier chain for notifying users of task events/changes. Ok, went back and looked at this. I think the core concept is fine, but there are details such as having a data pointer associated with the notifier block which is too important to leave out. Otherwise we have to stick things into the task struct in many cases which is a waste of space. I also think it needs to be possible to search the list for special slow path uses to avoid us adding excessive amounts of callbacks that are only used in one place by one client. If we can cross-API it for task-group-notifiers then that should be fine. Cheers, Jes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- References:
- [Patch 0/6] Per-task delay accounting
- From: Shailabh Nagar <[email protected]>
- [Patch 6/6] Delay accounting: Connector interface
- From: Shailabh Nagar <[email protected]>
- Re: [Patch 6/6] Delay accounting: Connector interface
- From: Jay Lan <[email protected]>
- Re: [ckrm-tech] Re: [Patch 6/6] Delay accounting: Connector interface
- From: Matt Helsley <[email protected]>
- Re: [ckrm-tech] Re: [Patch 6/6] Delay accounting: Connector interface
- From: Andrew Morton <[email protected]>
- [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- Re: [PATCH 00/01] Move Exit Connectors
- From: Andrew Morton <[email protected]>
- Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Jes Sorensen <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Shailabh Nagar <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Jes Sorensen <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Jes Sorensen <[email protected]>
- Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- From: Matt Helsley <[email protected]>
- [Patch 0/6] Per-task delay accounting
- Prev by Date: Re: smp race fix between invalidate_inode_pages* and do_no_page
- Next by Date: Re: Is there any hard disk standard?
- Previous by thread: Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- Next by thread: Re: [Lse-tech] Re: [ckrm-tech] Re: [PATCH 00/01] Move Exit Connectors
- Index(es):