]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
procfs: don't need a PATH_MAX allocation to hold a string representation of an int
authorJeff Layton <jlayton@redhat.com>
Wed, 10 Oct 2012 20:43:21 +0000 (16:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 13 Oct 2012 00:15:10 +0000 (20:15 -0400)
commitf81700bd831efcd12eb7f0e66b24b16c2ad00a32
tree9763e5c46e31d2500b1ba9186b882622739c9295
parent7950e3852ab86826b7349a535d2e8b0000340d7f
procfs: don't need a PATH_MAX allocation to hold a string representation of an int

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/base.c