Shrink stack space usage in cifs_construct_tcon
authorSteve French <sfrench@us.ibm.com>
Tue, 1 Mar 2011 05:02:57 +0000 (05:02 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 19 May 2011 14:10:48 +0000 (14:10 +0000)
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 <sfrench@us.ibm.com>

No differences found