]> git.karo-electronics.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>
Thu, 11 Oct 2012 15:43:44 +0000 (11:43 -0400)
commit83f84f07faebbae8413ab060bf665a5bc434abcf
treebbc3ee9081cf300b0041b80a441be3816ad2bb7e
parent56f4639bd98fc3a85ccca81c470be060bd9e1144
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