From: Steve French Date: Fri, 1 May 2009 16:21:04 +0000 (+0000) Subject: [CIFS] Fix endian conversion of vcnum field X-Git-Tag: v2.6.30-rc5~6^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=051a2a0d3242b448281376bb63cfa9385e0b6c68;p=pandora-kernel.git [CIFS] Fix endian conversion of vcnum field When multiply mounting from the same client to the same server, with different userids, we create a vcnum which should be unique if possible (this is not the same as the smb uid, which is the handle to the security context). We were not endian converting additional (beyond the first which is zero) vcnum properly. CC: Stable Acked-by: Shirish Pargaonkar Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed