On 01/15/2013 02:12 PM, Jiri Kosina wrote:
Commit 1b963c81b1 ("lockdep, rwsem: provide down_write_nest_lock()") contains a bug in a codepath when CONFIG_DEBUG_LOCK_ALLOC is disabled, which causes down_read() to be called instead of down_write() by mistake on such configurations. Fix that.Reported-by: Andrew Clayton <[email protected]> Reported-by: Zlatko Calusic <[email protected]> Tested-by: Andrew Clayton <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
Reviewed-by: Rik van Riel <[email protected]> -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

