]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/trace/events/btrfs.h
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
[linux.git] / include / trace / events / btrfs.h
index 8568946f491d757d8357ae565c91474512b12d1f..4b8400f7d4fab7951235ce0757532dba0c7e6f3f 100644 (file)
@@ -92,7 +92,7 @@ TRACE_DEFINE_ENUM(COMMIT_TRANS);
 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE)
 
 #define TP_fast_assign_fsid(fs_info)                                   \
-       memcpy(__entry->fsid, fs_info->fsid, BTRFS_FSID_SIZE)
+       memcpy(__entry->fsid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE)
 
 #define TP_STRUCT__entry_btrfs(args...)                                        \
        TP_STRUCT__entry(                                               \