- 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)
+++ /dev/null
-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