exec: Rename flush_old_exec begin_new_exec
[linux-2.6-block.git] / fs / binfmt_aout.c
index c8ba28f285e575bda447c50fb0e4c74b93139cbe..3e84e9bb908405eb61070b9040e66d9fe4339842 100644 (file)
@@ -151,7 +151,7 @@ static int load_aout_binary(struct linux_binprm * bprm)
                return -ENOMEM;
 
        /* Flush all traces of the currently running executable */
-       retval = flush_old_exec(bprm);
+       retval = begin_new_exec(bprm);
        if (retval)
                return retval;