On Tue, May 20, 2008 at 11:22:27AM -0400, Dave Jones wrote:
Affirmative, LIST_DEBUG is very useful.
Let's look again at what patch actually does: writes to corrupted memory
will be done even if it's known for sure it's corrupted.
There is
BUG_ON(!list_empty(&father->children));
in forget_original_parent(). Should it be changed to WARN_ON? Why [not]?
--