From: Jeff Layton Date: Mon, 10 Dec 2012 11:10:44 +0000 (-0500) Subject: cifs: fix SID binary to string conversion X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193cdd8a293007d1a1ad252cf66b2dc5b793d2d0;p=pandora-kernel.git cifs: fix SID binary to string conversion The authority fields are supposed to be represented by a single 48-bit value. It's also supposed to represent the value as hex if it's equal to or greater than 2^32. This is documented in MS-DTYP, section 2.4.2.1. Also, fix up the max string length to account for this fix. Acked-by: Pavel Shilovsky Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed