[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-cifs
Subject:    Re: smb2 work status
From:       Pavel Shilovsky <piastryyy () gmail ! com>
Date:       2011-07-26 19:41:08
Message-ID: CAKywueQ2B6R7EzB2t4WDfR15Ot-x823zBzy9nQwRwZSxdpco1Q () mail ! gmail ! com
[Download RAW message or body]

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic