From: Jeff Layton Date: Fri, 7 Sep 2012 11:55:25 +0000 (-0400) Subject: 9p: don't use __getname/__putname for uname/aname X-Git-Tag: v3.7-rc1~49^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e549c1337133e85a6d6bc868d2d141a61a80975c;p=pandora-kernel.git 9p: don't use __getname/__putname for uname/aname These are generally very small strings. We don't need an entire 4k allocation for each. Instead, just free and reallocate them on an as-needed basis. Note: This patch is untested since I don't have a 9p server available at the moment. It's mainly something I noticed while doing some getname/putname cleanup work. Signed-off-by: Jeff Layton Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed