From 482f4f3cc0996f0d8deeee2765172f1f560419c8 Mon Sep 17 00:00:00 2001 From: stinson1947 Date: Wed, 19 Aug 2009 17:02:36 +0000 Subject: [PATCH] Corrected placement of a bug fix from 1.8.1 to 1.8.1.1. --- lustre/ChangeLog | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 207a476..ae45d8b 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -15,6 +15,14 @@ TBD Sun Microsystems, Inc. * ext4 support for RHEL5 is experimental and thus should not be used in production. +Severity : normal +Bugzilla : 20321 +Description: Deadlock between filter_destroy() and filter_commitrw_write(). +Details : filter_destroy() does not hold the DLM lock over the whole + operation. If the DLM lock is dropped, filter_commitrw() can go + through, causing the deadlock between page lock and i_mutex. + + ------------------------------------------------------------------------------- @@ -42,13 +50,6 @@ Details : ldiskfs_truncate calls grab_cache_page which may start page allocation under an open transaction. This may lead to calling prune_icache with consequent lustre reentrance. -Severity : normal -Bugzilla : 20321 -Description: Deadlock between filter_destroy() and filter_commitrw_write(). -Details : filter_destroy() does not hold the DLM lock over the whole - operation. If the DLM lock is dropped, filter_commitrw() can go - through, causing the deadlock between page lock and i_mutex. - Severity : enhancement Bugzilla : 19847 Description: Update kernel to SLES10 SP2 2.6.16.60-0.39.3. -- 1.8.3.1