exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
[linux-2.6-microblaze.git] / include / linux / binfmts.h
index e9f5fe6..03200a8 100644 (file)
@@ -25,6 +25,7 @@ struct linux_binprm {
 #endif
        struct mm_struct *mm;
        unsigned long p; /* current top of mem */
+       unsigned long argmin; /* rlimit marker for copy_strings() */
        unsigned int
                /*
                 * True after the bprm_set_creds hook has been called once