Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 10 Jan 2019 19:56:15 +0000 (14:56 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jan 2019 20:37:07 +0000 (15:37 -0500)
commita0dac6257b0efc0c17c8b52520e09369b8811b04
tree773b5087ec2f20ebe1ca0a924edb900329e069f0
parent83407b95e605a68042206eb74ae4652c3ad5bb6f
Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info

Introduced in v5.0.

See upstream commit :

  commit de37aa513105f864d3c21105bf5542d498f21ca2
  Author: Nikolay Borisov <nborisov@suse.com>
  Date:   Tue Oct 30 16:43:24 2018 +0200

    btrfs: Remove fsid/metadata_fsid fields from btrfs_info

    Currently btrfs_fs_info structure contains a copy of the
    fsid/metadata_uuid fields. Same values are also contained in the
    btrfs_fs_devices structure which fs_info has a reference to. Let's
    reduce duplication by removing the fields from fs_info and always refer
    to the ones in fs_devices. No functional changes.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/btrfs.h
This page took 0.025148 seconds and 4 git commands to generate.