git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd62cb7
)
Shrink stack space usage in cifs_construct_tcon
author
Steve French
<sfrench@us.ibm.com>
Tue, 1 Mar 2011 05:02:57 +0000
(
05:02
+0000)
committer
Steve 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