make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size
[sfrench/cifs-2.6.git] / include / linux / binfmts.h
index 2d956cd566aed11bf0333c30cc0a36cca475dac9..e1a708337be3538300169da7682b2a51d14a0a3e 100644 (file)
@@ -17,6 +17,8 @@ struct pt_regs;
 
 #ifdef __KERNEL__
 
+#define CORENAME_MAX_SIZE 128
+
 /*
  * This structure is used to hold the arguments that are used when loading binaries.
  */