Re: [Patch 002/002](memory hotplug) rearrange patch for notifier of memory hotplug

2007-10-17 Thread Andrew Morton
On Thu, 18 Oct 2007 12:23:34 +0900 Yasunori Goto <[EMAIL PROTECTED]> wrote: > writeback_set_ratelimit(); > + > + if (onlined_pages) > + memory_notify(MEM_ONLINE, ); perhaps that open-coded writeback_set_ratelimit() should become a notifier callback. - To unsubscribe from

[Patch 002/002](memory hotplug) rearrange patch for notifier of memory hotplug

2007-10-17 Thread Yasunori Goto
Current memory notifier has some defects yet. (Fortunately, nothing uses it.) This patch is to fix and rearrange for them. - Add information of start_pfn, nr_pages, and node id if node status is changes from/to memoryless node for callback functions. Callbacks can't do anything without

[Patch 002/002](memory hotplug) rearrange patch for notifier of memory hotplug

2007-10-17 Thread Yasunori Goto
Current memory notifier has some defects yet. (Fortunately, nothing uses it.) This patch is to fix and rearrange for them. - Add information of start_pfn, nr_pages, and node id if node status is changes from/to memoryless node for callback functions. Callbacks can't do anything without

Re: [Patch 002/002](memory hotplug) rearrange patch for notifier of memory hotplug

2007-10-17 Thread Andrew Morton
On Thu, 18 Oct 2007 12:23:34 +0900 Yasunori Goto [EMAIL PROTECTED] wrote: writeback_set_ratelimit(); + + if (onlined_pages) + memory_notify(MEM_ONLINE, arg); perhaps that open-coded writeback_set_ratelimit() should become a notifier callback. - To unsubscribe from this