···88#define SUID_DUMP_USER 1 /* Dump as user of process */99#define SUID_DUMP_ROOT 2 /* Dump as root */10101111-static inline unsigned long __mm_flags_get_dumpable(struct mm_struct *mm)1111+static inline unsigned long __mm_flags_get_dumpable(const struct mm_struct *mm)1212{1313 /*1414 * By convention, dumpable bits are contained in first 32 bits of the