From: Jeff Layton Date: Tue, 15 May 2012 16:20:51 +0000 (-0400) Subject: cifs: add a smb_version_operations/values structures and a smb_version enum X-Git-Tag: v3.5-rc1~50^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23db65f511e6ee98ad767833f2ec58b0568ba32b;p=pandora-kernel.git cifs: add a smb_version_operations/values structures and a smb_version enum We need a way to dispatch different operations for different versions. Behold the smb_version_operations/values structures. For now, those structures just hold the version enum value and nothing uses them. Eventually, we'll expand them to cover other operations/values as we change the callers to dispatch from here. Signed-off-by: Jeff Layton Signed-off-by: Pavel Shilovsky --- Reading git-diff-tree failed