commit | a0a07b87f3942fdee7692914b36576e009e2d434 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Fri Feb 24 15:00:20 2017 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 24 17:46:56 2017 -0800 |
tree | 9a0b2cc6c820ada2db8d66ba74fff319ac0bf10c | |
parent | 4e4a7fb7b4574b4074e4097561c2e34a7333306f [diff] |
proc: less code duplication in /proc/*/cmdline After staring at this code for a while I've figured using small 2-entry array describing ARGV and ENVP is the way to address code duplication critique. Link: http://lkml.kernel.org/r/20170105185724.GA12027@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>