From 243829c1adf6474ebbec98d862008c14c604a8a5 Mon Sep 17 00:00:00 2001 From: johann Date: Fri, 21 Aug 2009 15:47:34 +0000 Subject: [PATCH] Branch b_release_1_8_1 b=20008 Move changelog entry to correct place. --- lustre/ChangeLog | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 3e16cd7..75b91d8 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -35,6 +35,13 @@ Details : filter_destroy() does not hold the DLM lock over the whole The i_alloc_sem should also be hold in filter_destroy() while truncating the file. +Severity : normal +Bugzilla : 20008 +Description: truncate starts GFP_FS allocation under transaction causing deadlock +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. + ------------------------------------------------------------------------------- 2009-07-31 Sun Microsystems, Inc. @@ -54,13 +61,6 @@ Details : filter_destroy() does not hold the DLM lock over the whole * ext4 support for RHEL5 is experimental and thus should not be used in production. -Severity : normal -Bugzilla : 20008 -Description: truncate starts GFP_FS allocation under transaction causing deadlock -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 : enhancement Bugzilla : 19847 Description: Update kernel to SLES10 SP2 2.6.16.60-0.39.3. -- 1.8.3.1