]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/cifs/cifsglob.h
Allow setting per-file compression via SMB2/3
[karo-tx-linux.git] / fs / cifs / cifsglob.h
index 52b6f6c26bfcbe37d2994ba0fe3fa0b3779016d4..06e8947fc3705870f87b04ede0ded1a05c6d459e 100644 (file)
@@ -278,6 +278,8 @@ struct smb_version_operations {
        /* set attributes */
        int (*set_file_info)(struct inode *, const char *, FILE_BASIC_INFO *,
                             const unsigned int);
+       int (*set_compression)(const unsigned int, struct cifs_tcon *,
+                              struct cifsFileInfo *);
        /* check if we can send an echo or nor */
        bool (*can_echo)(struct TCP_Server_Info *);
        /* send echo request */