From: Steve French Date: Tue, 1 Mar 2011 05:02:57 +0000 (+0000) Subject: Shrink stack space usage in cifs_construct_tcon X-Git-Tag: v3.0-rc1~380^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c87901e113799a45423fdac29c7478c889a95d;p=pandora-kernel.git Shrink stack space usage in cifs_construct_tcon We were reserving MAX_USERNAME (now 256) on stack for something which only needs to fit about 24 bytes ie string krb50x + printf version of uid Signed-off-by: Steve French --- Reading git-diff-tree failed