Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / procfs-ndynamic-2.4.21-suse2.patch
1 Index: linux-2.4.21-suse2/include/linux/proc_fs.h
2 ===================================================================
3 --- linux-2.4.21-suse2.orig/include/linux/proc_fs.h     2004-01-12 09:56:51.000000000 +0300
4 +++ linux-2.4.21-suse2/include/linux/proc_fs.h  2004-01-12 20:25:55.000000000 +0300
5 @@ -25,11 +25,7 @@
6  /* Finally, the dynamically allocatable proc entries are reserved: */
7  
8  #define PROC_DYNAMIC_FIRST 4096
9 -#ifdef CONFIG_PPC64
10  #define PROC_NDYNAMIC      16384
11 -#else
12 -#define PROC_NDYNAMIC      4096
13 -#endif
14  
15  #define PROC_SUPER_MAGIC 0x9fa0
16