Skip to content
Snippets Groups Projects
Commit fceb9fda authored by alex's avatar alex
Browse files

- procfs-ndynamic against 2.4 kernels

  b2326
parent 0c6290c7
Loading
Showing with 41 additions and 4 deletions
Index: linux-2.4.21-suse2/include/linux/proc_fs.h
===================================================================
--- linux-2.4.21-suse2.orig/include/linux/proc_fs.h 2004-01-12 09:56:51.000000000 +0300
+++ linux-2.4.21-suse2/include/linux/proc_fs.h 2004-01-12 20:25:55.000000000 +0300
@@ -25,11 +25,7 @@
/* Finally, the dynamically allocatable proc entries are reserved: */
#define PROC_DYNAMIC_FIRST 4096
-#ifdef CONFIG_PPC64
#define PROC_NDYNAMIC 16384
-#else
-#define PROC_NDYNAMIC 4096
-#endif
#define PROC_SUPER_MAGIC 0x9fa0
Index: linux-2.4.18-chaos/include/linux/proc_fs.h
===================================================================
--- linux-2.4.18-chaos.orig/include/linux/proc_fs.h 2003-07-28 17:52:18.000000000 +0400
+++ linux-2.4.18-chaos/include/linux/proc_fs.h 2004-01-12 20:12:38.000000000 +0300
@@ -25,7 +25,7 @@
/* Finally, the dynamically allocatable proc entries are reserved: */
#define PROC_DYNAMIC_FIRST 4096
-#define PROC_NDYNAMIC 4096
+#define PROC_NDYNAMIC 16384
#define PROC_SUPER_MAGIC 0x9fa0
...@@ -34,3 +34,4 @@ ext3-trusted_ea-2.4.18.patch ...@@ -34,3 +34,4 @@ ext3-trusted_ea-2.4.18.patch
gfp_memalloc-2.4.18-chaos.patch gfp_memalloc-2.4.18-chaos.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
kernel_text_address-2.4.18-chaos.patch kernel_text_address-2.4.18-chaos.patch
procfs-ndynamic-2.4.patch
...@@ -31,4 +31,3 @@ gfp_memalloc-2.4.21-chaos.patch ...@@ -31,4 +31,3 @@ gfp_memalloc-2.4.21-chaos.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
kernel_text_address-2.4.18-chaos.patch kernel_text_address-2.4.18-chaos.patch
pagecache-lock-2.4.21-chaos.patch pagecache-lock-2.4.21-chaos.patch
quadrics-fixes.patch
...@@ -37,3 +37,4 @@ listman-2.4.20.patch ...@@ -37,3 +37,4 @@ listman-2.4.20.patch
ext3-trusted_ea-2.4.20.patch ext3-trusted_ea-2.4.20.patch
gfp_memalloc-2.4.22.patch gfp_memalloc-2.4.22.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
procfs-ndynamic-2.4.patch
...@@ -42,3 +42,4 @@ netconsole-2.4.20-rh.patch ...@@ -42,3 +42,4 @@ netconsole-2.4.20-rh.patch
kernel_text_address-2.4.20-rh.patch kernel_text_address-2.4.20-rh.patch
gfp_memalloc-2.4.20-rh.patch gfp_memalloc-2.4.20-rh.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
procfs-ndynamic-2.4.patch
...@@ -27,3 +27,4 @@ listman-2.4.20.patch ...@@ -27,3 +27,4 @@ listman-2.4.20.patch
ext3-trusted_ea-2.4.20.patch ext3-trusted_ea-2.4.20.patch
gfp_memalloc-2.4.22.patch gfp_memalloc-2.4.22.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
procfs-ndynamic-2.4.patch
...@@ -29,3 +29,4 @@ listman-2.4.20.patch ...@@ -29,3 +29,4 @@ listman-2.4.20.patch
ext3-trusted_ea-2.4.20.patch ext3-trusted_ea-2.4.20.patch
gfp_memalloc-2.4.22.patch gfp_memalloc-2.4.22.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
procfs-ndynamic-2.4.patch
...@@ -28,3 +28,4 @@ listman-2.4.20.patch ...@@ -28,3 +28,4 @@ listman-2.4.20.patch
gfp_memalloc-2.4.24.patch gfp_memalloc-2.4.24.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
kernel_text_address-2.4.20-vanilla.patch kernel_text_address-2.4.20-vanilla.patch
procfs-ndynamic-2.4.21-suse2.patch
...@@ -49,3 +49,4 @@ ext3-trusted_ea-2.4.20.patch ...@@ -49,3 +49,4 @@ ext3-trusted_ea-2.4.20.patch
kernel_text_address-2.4.20-vanilla.patch kernel_text_address-2.4.20-vanilla.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
gfp_memalloc-2.4.22.patch gfp_memalloc-2.4.22.patch
procfs-ndynamic-2.4.patch
...@@ -30,4 +30,5 @@ ext3-trusted_ea-2.4.20.patch ...@@ -30,4 +30,5 @@ ext3-trusted_ea-2.4.20.patch
kernel_text_address-2.4.22-vanilla.patch kernel_text_address-2.4.22-vanilla.patch
gfp_memalloc-2.4.22.patch gfp_memalloc-2.4.22.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
3.5G-address-space-2.4.22-vanilla.patch 3.5G-address-space-2.4.22-vanilla.patch
procfs-ndynamic-2.4.patch
...@@ -13,7 +13,7 @@ ext3-htree-2.4.22-rh.patch ...@@ -13,7 +13,7 @@ ext3-htree-2.4.22-rh.patch
linux-2.4.24-xattr-0.8.54.patch linux-2.4.24-xattr-0.8.54.patch
ext3-orphan_lock-2.4.22-rh.patch ext3-orphan_lock-2.4.22-rh.patch
ext3-noread-2.4.20.patch ext3-noread-2.4.20.patch
ext3-delete_thread-suse.patch ext3-delete_thread-2.4.24.patch
extN-wantedi.patch extN-wantedi.patch
ext3-san-2.4.20.patch ext3-san-2.4.20.patch
ext3-map_inode_page.patch ext3-map_inode_page.patch
...@@ -32,4 +32,5 @@ ext3-trusted_ea-2.4.20.patch ...@@ -32,4 +32,5 @@ ext3-trusted_ea-2.4.20.patch
kernel_text_address-2.4.22-vanilla.patch kernel_text_address-2.4.22-vanilla.patch
gfp_memalloc-2.4.24.patch gfp_memalloc-2.4.24.patch
ext3-xattr-ptr-arith-fix.patch ext3-xattr-ptr-arith-fix.patch
3.5G-address-space-2.4.22-vanilla.patch 3.5G-address-space-2.4.22-vanilla.patch
procfs-ndynamic-2.4.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment