From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronnie Sahlberg Subject: [PATCH 0/2] cifs: Add attribute read/write support to SMB2+ Date: Tue, 22 Aug 2017 08:23:03 +1000 Message-ID: <20170821222305.4628-1-lsahlber@redhat.com> Cc: Steve French To: linux-cifs Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: The following two patches add support to reading and writing attributes on SMB2+ shares. Tested against both Samba shares as well as Win7 shares. Version 3: * No CamelCase in new code. * No declarations inside loops. Version 2: * For reading attributes we need FILE_READ_EA not FILE_READ_ATTRIBUTES