commit | c81be19a8d412ecdd2d28cfff772fc88866fcdf0 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Wed Nov 17 15:43:46 2021 -0800 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Wed Nov 17 15:51:00 2021 -0800 |
tree | eeed23ffd8c8fa48dfb82d03ff08c1d7d1462dba | |
parent | aec7445290f63af921aee366d127ba49ed211ed8 [diff] |
fs: move pipe sysctls to is 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 pipe sysctls to its own file. This is part of the kernel/sysctl.c spring cleaning. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>