Updated smb2-dev branch (http://git.etersoft.ru/people/piastry/packages/?p=cifs-2.6.git;a=shortlog;h=refs/heads/smb2-dev) with the following changes: 1) rebased to current master 2) create support 3) readdir support 4) cifs_get_inode_info refactoring Also, I refactored the code a little - changed statements like if (server->is_smb2 == false) do cifs things #ifdef CONFIG_CIFS_SMB2 else do smb2 things #endif to #ifdef CONFIG_CIFS_SMB2 if (server->is_smb2) do smb2 things else #endif do cifs things that helps to avoid compiler warnings when compiling without CONFIG_CIFS_SMB2. Your comments are welcome! -- Best regards, Pavel Shilovsky. -- 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