On Monday, January 3, 2005 2:07 am, Christoph Hellwig wrote: > > add-page-becoming-writable-notification.patch > > Add page becoming writable notification > > David, this still has the bogus address_space operation in addition to > the vm_operation. page_mkwrite only fits into the vm_operations scheme, > so please remove the address_space op. Also the code will be smaller > and faster witout that indirection.. And apparently it's broken on NUMA. I couldn't find generic_file_get/set_policy in my tree, which builds with CONFIG_NUMA enabled. Jesse