Hi Steve,
On Tue, 8 Oct 2013 15:41:17 -0500
Steve French <[email protected]> wrote:
> + /* Currently only flag we can set is compressed flag */
> + if ((ExtAttrBits & FS_COMPR_FL) == 0)
> + break;
> +
> + /* Try to set compress flag */
> + if (tcon->ses->server->ops->set_compression) {
> + rc = tcon->ses->server->ops->set_compression(
> + xid, tcon, pSMBFile);
> + cifs_dbg(FYI, "set compress flag rc %d\n", rc);
> }
Is the FileFsAttributeInformation known at this stage? If so, you may
wish to check for the FILE_FILE_COMPRESSION capability, and avoid the
request dispatch if absent.
IIRC, Explorer hides the compression check-checkbox if the capability
is missing.
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html