Home
last modified time | relevance | path

Searched hist:"67 ff3228" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c67ff3228 Thu Mar 02 14:28:16 CST 2023 Luis Chamberlain <mcgrof@kernel.org> proc_sysctl: update docs for __register_sysctl_table()

Update the docs for __register_sysctl_table() to make it clear no child
entries can be passed. When the child is true these are non-leaf entries
on the ctl table and sysctl treats these as directories. The point to
__register_sysctl_table() is to deal only with directories not part of
the ctl table where thay may riside, to be simple and avoid recursion.

While at it, hint towards using long on extra1 and extra2 later.

Cc: stable@vger.kernel.org # v5.17
Cc: Christian Brauner <brauner@kernel.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>