From bda941a9d1add9b30eaf76464efb86ee9122fee0 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 6 Oct 2004 22:17:03 +0000 Subject: [PATCH] Land b1_4_smallfix onto b1_4 (20041006_1422) (missing entries from last land) - properly handle portals process identifiers in messages (4165) - finish default directory EA handling (3048) - removed PTL_MD_KIOV usage under CRAY_PORTALS (4420) - ignore -ENOENT errors in osc_destroy (3639) - notify osc create thread that OSC is being cleaned up (4600) - add nettype argument for llmount in #5d in conf-sanity.sh (3936) - reconstruct ost_handle() like mds_handle() (4657) - create a new thread to do import eviction to avoid deadlock (3969) - let lconf resolve symlinked-to devices (4629) - don't unlink "objects" from directory with default EA (4554) - allocate qswnal tx descriptors singly to avoid fragmentation (4504) - allow more than 32000 subdirectories in a single directory (3244) - OST returns ENOSPC from object create when no space left (4539) - limit OSC precreate to 1/2 of value OST considers bogus (4778) - bind to privileged port in socknal and tcpnal (3689) - rate limit CERROR/CWARN console message to avoid overload (4519) - revalidate should check working dir is a directory (4134) - don't always mark "slow" obdfilter messages as errors (4418) - add validity checks when grabbing inodes from l_ast_data (3599) --- lustre/kernel_patches/patches/ext3-extents-2.4.24.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-extents-2.4.24.patch b/lustre/kernel_patches/patches/ext3-extents-2.4.24.patch index 62a0f5b..385b21f 100644 --- a/lustre/kernel_patches/patches/ext3-extents-2.4.24.patch +++ b/lustre/kernel_patches/patches/ext3-extents-2.4.24.patch @@ -2398,9 +2398,9 @@ Index: linux-2.4.24/fs/ext3/super.c --- linux-2.4.24.orig/fs/ext3/super.c 2004-09-12 19:57:08.000000000 +0400 +++ linux-2.4.24/fs/ext3/super.c 2004-09-12 19:57:09.000000000 +0400 @@ -530,6 +530,7 @@ - int i; - + #ifdef EXT3_DELETE_THREAD J_ASSERT(sbi->s_delete_inodes == 0); + #endif + ext3_ext_release(sb); ext3_xattr_put_super(sb); journal_destroy(sbi->s_journal); -- 1.8.3.1