On Mon, Aug 24, 2015 at 09:30:35PM -0500, Michael Roth wrote: > Quoting Bharata B Rao (2015-08-19 01:56:09) > > Add a field to PCDIMMDevice to note that the device has been marked > > for removal. This will be used by PowerPC memory hotplug code to > > honour the LMB removal requests of only those LMBs that belong to > > PCDIMMDevice that has been marked for removal. This will be set from > > -unplug() handler. > > Why not track the delete pending state in the DRC? We have an > awaiting_release flag there for similar purpose.
Ah yes, that should be possible. Will drop this patch in the next iteration. Regards, Bharata.