Files
Linux/fs/devpts
Luis Chamberlain 3e27877ac5 devpts: simplify two-level sysctl registration for pty_kern_table
There is no need to declare two tables to just create directories,
this can be easily be done with a prefix path with register_sysctl().

Simplify this registration.

Signed-off-by: Luis Chamberlain <[email protected]>
Signed-off-by: Christian Brauner (Microsoft) <[email protected]>
2023-03-13 12:36:34 +01:00
..