From: adilger Date: Sat, 2 Oct 2004 00:58:32 +0000 (+0000) Subject: Merge b1_4_smallfix from b1_4 (20041001_1227) X-Git-Tag: v1_7_100~1^36~5 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a9101f1af022eec4b847291c43f4c8f13ad6497f;p=fs%2Flustre-release.git Merge b1_4_smallfix from b1_4 (20041001_1227) - 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) - 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) --- diff --git a/lustre/kernel_patches/targets/rh-2.4.target b/lustre/kernel_patches/targets/rh-2.4.target deleted file mode 100644 index a173900..0000000 --- a/lustre/kernel_patches/targets/rh-2.4.target +++ /dev/null @@ -1,20 +0,0 @@ -KERNEL=linux-2.4.20-31.9.tar.gz -SERIES=rh-2.4.20 -VERSION=2.4.20 -EXTRA_VERSION=31.9_lustre -RHBUILD=1 - -BASE_ARCHS="i686" -BIGMEM_ARCHS="" -BOOT_ARCHS="" -JENSEN_ARCHS="" -SMP_ARCHS="i686" -UP_ARCHS="" - -# the modules in this kernel do not build with gcc 3 -for cc in i386-redhat-linux-gcc-2.96 gcc296 gcc ; do - if which $cc >/dev/null 2>/dev/null ; then - CC=$cc - break - fi -done