From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan (metze) Metzmacher" Subject: Re: [[PATCH v2] [CIFS] Allow setting per-file compression via SMB2 and SMB3 Date: Thu, 10 Oct 2013 08:25:09 +0200 Message-ID: <52564845.9040205@samba.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: Steve French , "linux-cifs@vger.kernel.org" , linux-fsdevel , samba-technical Return-path: Received: from mo-p05-ob.rzone.de ([81.169.146.180]:62449 "EHLO mo-p05-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785Ab3JJGZO (ORCPT ); Thu, 10 Oct 2013 02:25:14 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Steve, > Allow cifs/smb2/smb3 to return whether or not a file is compressed > via lsattr, and allow SMB2/SMB3 to set the per-file compression > flag ("chattr +c filename" on an smb2 or smb3 mount). There're still unrelated generic fixes in SMB2_ioctl(), which would a separate commit. I also don't understand why the set operation should not be available in all protocols, there's nothing SMB2 or SMB3 specific. metze