fs: move fs/exec.c sysctls into its own file Everyone keeps stuffing their sysctls to kernel/sysctl.c as if it was a kitchen sink, and this creates a maintenance burden. This moves the fs/exec.c respective sysctls to its own file. This is part of the kernel/sysctl.c cleanup. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>