From: Steve French Date: Fri, 25 Feb 2011 07:11:56 +0000 (-0600) Subject: Allow user names longer than 32 bytes X-Git-Tag: v2.6.39-rc4~62^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8727c8a85f3951ef0eef36a665f5dceebb4c495d;p=pandora-kernel.git Allow user names longer than 32 bytes We artificially limited the user name to 32 bytes, but modern servers handle larger. Set the maximum length to a reasonable 256, and make the user name string dynamically allocated rather than a fixed size in session structure. Also clean up old checkpatch warning. Signed-off-by: Steve French --- Reading git-diff-tree failed