procfs: don't need a PATH_MAX allocation to hold a string representation of an int
authorJeff Layton <[email protected]>
Wed, 10 Oct 2012 20:43:21 +0000 (16:43 -0400)
committerAl Viro <[email protected]>
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/proc/base.c