]> git.baikalelectronics.ru Git - kernel.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)
commit212e35feac20b61593a80c6e5fe2a1d45667b489
tree9763e5c46e31d2500b1ba9186b882622739c9295
parent62327f5e79ed9d7ccbf6aa38fc6d4725a511a82f
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