Whamcloud - gitweb
Merge b1_4_smallfix from b1_4 (20041001_1227)
authoradilger <adilger>
Sat, 2 Oct 2004 00:58:32 +0000 (00:58 +0000)
committeradilger <adilger>
Sat, 2 Oct 2004 00:58:32 +0000 (00:58 +0000)
- 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)

lustre/kernel_patches/targets/rh-2.4.target [deleted file]

diff --git a/lustre/kernel_patches/targets/rh-2.4.target b/lustre/kernel_patches/targets/rh-2.4.target
deleted file mode 100644 (file)
index a173900..0000000
+++ /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