Re: [PATCH] fs/proc: Introduce list_for_each_table_entry for proc sysctl

From: Luis Chamberlain
Date: Fri Apr 15 2022 - 18:35:31 EST


On Mon, Apr 11, 2022 at 01:12:05PM +0800, Meng Tang wrote:
> Use the list_for_each_table_entry macro to optimize the scenario
> of traverse ctl_table. This make the code neater and easier to
> understand.
>
> Suggested-by: Davidlohr Bueso<dave@xxxxxxxxxxxx>
> Signed-off-by: Meng Tang <tangmeng@xxxxxxxxxxxxx>

Thanks! Queued onto sysctl-testing [0].

Feel free to let start sending in the rest of the stuff you were working
on. But please note I'll wait to push this to sysctl-next to get testing
under linux-next until this gets at least some compilation testing
without issues from sysctl-testing.

[0] https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/log/?h=sysctl-testing

Luis