From: Olof Johansson <olof@austin.ibm.com> Date: Tue, 06 May 2003 14:59:33 -0500 Below patch removes a timing hole during which the first element on a death row list will have an invalid pprev_death pointer. It will refer to the element that is currently being deallocated. Thanks for this fix, it is absolutely correct. However, I had to apply your patch by hand. Your email client changes tabs into spaces, and this makes patch application fail. Also, coding style, please use "if (...)" instead of "if(...)". C-intrinsic operations get spaces between them and the openning parenthesis. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html