On 22 November 2016 at 20:55, Alexey Dobriyan <adobri...@gmail.com> 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.nos...@oracle.com> Vegard