About a month ago when I was reviewing Pavel's smb2 patches again, I noticed that he only hits ~1000 lines or so of common cifs code (much of that is ifdeffed out when smb2 not enabled in Kconfig), the primary exceptions to this are increases to the size of some elements in cifs data structures (like the mid and the smb session structures) to account for the higher smb2 limits (larger process ids for example). Obviously the vast majority of the smb2 code is disabled when the corresponding Kconfig parm is off, but I was particularly interested in the pieces which hit common code, which ended up smaller than I expected. -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html