Re: [PATCH 2/9] v3 Add mutex for adding/removing memory blocks

2010-10-04 Thread KAMEZAWA Hiroyuki
On Fri, 01 Oct 2010 13:29:42 -0500 Nathan Fontenot wrote: > Add a new mutex for use in adding and removing of memory blocks. This > is needed to avoid any race conditions in which the same memory block could > be added and removed at the same time. > > Signed-off-by: Nathan Fontenot > Reviewe

Re: [PATCH 2/9] v3 Add mutex for adding/removing memory blocks

2010-10-01 Thread Robin Holt
On Fri, Oct 01, 2010 at 01:29:42PM -0500, Nathan Fontenot wrote: > Add a new mutex for use in adding and removing of memory blocks. This > is needed to avoid any race conditions in which the same memory block could > be added and removed at the same time. > > Signed-off-by: Nathan Fontenot Revi