From: nic Date: Mon, 4 Oct 2004 20:00:14 +0000 (+0000) Subject: land b1_4_smallfix: X-Git-Tag: v1_7_0_51~2^15~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8202ce90d21873873b2e611439ac06a71675451f;p=fs%2Flustre-release.git 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) --- diff --git a/lustre/kernel_patches/patches/linux-2.4.20-filemap.patch b/lustre/kernel_patches/patches/linux-2.4.20-filemap.patch deleted file mode 100644 index e321e07..0000000 --- a/lustre/kernel_patches/patches/linux-2.4.20-filemap.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -rupN --exclude='ide*' linux-2.4.20.orig/mm/filemap.c linux-2.4.20/mm/filemap.c ---- linux-2.4.20.orig/mm/filemap.c 2002-11-29 01:53:15.000000000 +0200 -+++ linux-2.4.20/mm/filemap.c 2004-02-20 13:52:26.990361912 +0200 -@@ -3195,3 +3195,5 @@ void __init page_cache_init(unsigned lon - panic("Failed to allocate page hash table\n"); - memset((void *)page_hash_table, 0, PAGE_HASH_SIZE * sizeof(struct page *)); - } -+ -+EXPORT_SYMBOL(add_to_page_cache_unique);