From 2fb552fc843507d3949e89f887f4ff71144e5937 Mon Sep 17 00:00:00 2001 From: nic Date: Mon, 4 Oct 2004 19:59:54 +0000 Subject: [PATCH] land b1_4_smallfix: - 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) --- lustre/kernel_patches/patches/directio-2.4.24.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lustre/kernel_patches/patches/directio-2.4.24.patch diff --git a/lustre/kernel_patches/patches/directio-2.4.24.patch b/lustre/kernel_patches/patches/directio-2.4.24.patch deleted file mode 100644 index ba63e78..0000000 --- a/lustre/kernel_patches/patches/directio-2.4.24.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: lum/mm/filemap.c -=================================================================== ---- lum.orig/mm/filemap.c 2004-04-25 14:58:10.000000000 -0400 -+++ lum/mm/filemap.c 2004-04-25 16:23:32.000000000 -0400 -@@ -1614,8 +1614,8 @@ - new_iobuf = 1; - } - -- blocksize = 1 << inode->i_blkbits; -- blocksize_bits = inode->i_blkbits; -+ blocksize = 512 /*1 << inode->i_blkbits*/; -+ blocksize_bits = 9 /*inode->i_blkbits*/; - blocksize_mask = blocksize - 1; - chunk_size = KIO_MAX_ATOMIC_IO << 10; - -- 1.8.3.1