|
From: Roland M. <ro...@re...> - 2009-11-13 23:30:33
|
> this would fix the (probably harmless) race too, but isnt the whole > approach taken by the patch more robust, i.e. to take a snapshot of > mm->flags value and pass it along coredump processing? Yes, I think it is a fine thing to do. I'm just being explicit about what I think the (only) concrete issues are motivating a change. > we should probably introduce a coredump parameter struct, and pass that > along: Also sounds fine to me. Thanks, Roland |