• Christian Brauner's avatar
    fork: remove do_fork() · ff2a9112
    Christian Brauner authored
    
    
    Now that all architectures have been switched to use _do_fork() and the new
    struct kernel_clone_args calling convention we can remove the legacy
    do_fork() helper completely. The calling convention used to be brittle and
    do_fork() didn't buy us anything. The only calling convention accepted
    should be based on struct kernel_clone_args going forward. It's cleaner and
    uniform.
    
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Al Viro <viro@zeniv.linux.org.uk>
    Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
    Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
    Signed-off-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
    ff2a9112
fork.c 74.1 KB