X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fcompat.c;h=a719e158e0021dd877525d2b966d458bc350aada;hb=4c87b74c72d42f7272aa4bf8f17c73bb53774eee;hp=ac3fb9ed8eeaf847fcd2238edb2f941d7125b7a4;hpb=41c29dd15b5c36bacdb06ee11facb9199d0b2de0;p=linux-2.6 diff --git a/fs/compat.c b/fs/compat.c index ac3fb9ed8e..a719e158e0 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -44,6 +44,8 @@ #include #include #include +#include +#include #include /* siocdevprivate_ioctl */ @@ -1487,6 +1489,8 @@ int compat_do_execve(char * filename, /* execve success */ security_bprm_free(bprm); + acct_update_integrals(current); + update_mem_hiwater(current); kfree(bprm); return retval; }