]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - include/sys/trace_acl.h
Imported Upstream version 0.6.5.9
[mirror_zfs-debian.git] / include / sys / trace_acl.h
index a656869cc684abd9309f75459ac95dc031875aec..2308942294e0bcafa35f9ec9c48928e343d69b4d 100644 (file)
@@ -56,7 +56,6 @@ DECLARE_EVENT_CLASS(zfs_ace_class,
            __field(uint64_t,           z_mapcnt)
            __field(uint64_t,           z_gen)
            __field(uint64_t,           z_size)
-           __array(uint64_t,           z_atime, 2)
            __field(uint64_t,           z_links)
            __field(uint64_t,           z_pflags)
            __field(uint64_t,           z_uid)
@@ -94,8 +93,6 @@ DECLARE_EVENT_CLASS(zfs_ace_class,
            __entry->z_mapcnt           = zn->z_mapcnt;
            __entry->z_gen              = zn->z_gen;
            __entry->z_size             = zn->z_size;
-           __entry->z_atime[0]         = zn->z_atime[0];
-           __entry->z_atime[1]         = zn->z_atime[1];
            __entry->z_links            = zn->z_links;
            __entry->z_pflags           = zn->z_pflags;
            __entry->z_uid              = zn->z_uid;
@@ -124,7 +121,7 @@ DECLARE_EVENT_CLASS(zfs_ace_class,
        ),
        TP_printk("zn { id %llu unlinked %u atime_dirty %u "
            "zn_prefetch %u moved %u blksz %u seq %u "
-           "mapcnt %llu gen %llu size %llu atime 0x%llx:0x%llx "
+           "mapcnt %llu gen %llu size %llu "
            "links %llu pflags %llu uid %llu gid %llu "
            "sync_cnt %u mode 0x%x is_sa %d "
            "is_mapped %d is_ctldir %d is_stale %d inode { "
@@ -134,7 +131,7 @@ DECLARE_EVENT_CLASS(zfs_ace_class,
            __entry->z_id, __entry->z_unlinked, __entry->z_atime_dirty,
            __entry->z_zn_prefetch, __entry->z_moved, __entry->z_blksz,
            __entry->z_seq, __entry->z_mapcnt, __entry->z_gen,
-           __entry->z_size, __entry->z_atime[0], __entry->z_atime[1],
+           __entry->z_size,
            __entry->z_links, __entry->z_pflags, __entry->z_uid,
            __entry->z_gid, __entry->z_sync_cnt, __entry->z_mode,
            __entry->z_is_sa, __entry->z_is_mapped,