patch-2.4.0-test3 linux/include/linux/skbuff.h

Next file: linux/include/linux/slab.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/include/linux/skbuff.h linux/include/linux/skbuff.h
@@ -148,16 +148,8 @@
 #endif
 };
 
-/* These are just the default values. This is run time configurable.
- * FIXME: Probably the config option should go away. -- erics
- */
-#ifdef CONFIG_SKB_LARGE
 #define SK_WMEM_MAX	65535
 #define SK_RMEM_MAX	65535
-#else
-#define SK_WMEM_MAX	32767
-#define SK_RMEM_MAX	32767
-#endif
 
 #ifdef __KERNEL__
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)