]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/target/target_core_base.h
Merge remote-tracking branch 'target-updates/for-next'
[karo-tx-linux.git] / include / target / target_core_base.h
index dd87ab46ce21f891cc0636afb93517e73679baf5..1ef642faddabf94ad67af743faff6bcc419eed8e 100644 (file)
@@ -537,10 +537,6 @@ struct se_node_acl {
        u32                     acl_index;
 #define MAX_ACL_TAG_SIZE 64
        char                    acl_tag[MAX_ACL_TAG_SIZE];
-       u64                     num_cmds;
-       u64                     read_bytes;
-       u64                     write_bytes;
-       spinlock_t              stats_lock;
        /* Used for PR SPEC_I_PT=1 and REGISTER_AND_MOVE */
        atomic_t                acl_pr_ref_count;
        struct se_dev_entry     **device_list;
@@ -644,6 +640,7 @@ struct se_dev_attrib {
        u32             unmap_granularity;
        u32             unmap_granularity_alignment;
        u32             max_write_same_len;
+       u32             max_bytes_per_io;
        struct se_device *da_dev;
        struct config_group da_group;
 };