Re: [PATCH] proc: calculate /proc/* and /proc/*/task/* nlink at init time

From: Vegard Nossum
Date: Tue Nov 22 2016 - 13:42:47 EST


On 22 November 2016 at 20:55, Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:
> Runtime nlink calculation works but meh. I don't know how to do it
> at compile time, but I know how to do it at init time.
>
> Shift "2+" part into init time as a bonus.

Couple of small suggestions:

- rename set_proc_pid_nlink() to proc_pid_nlink_init() to make it 100%
clear it's a one time thing

- move pid_entry_nlink() down to just above where it is called

Either way,

Acked-by/Reviewed-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx>


Vegard