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:36:42 +0000 (15:36 -0500)
commit8af8245f6f86370d01cc4acaabafb90de45e143f
tree4a253c879235246d0652f5f8a9a143b652f028dd
parentd11b568681f87c2df6ecb0516d3f16d153f24bd2
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.02555 seconds and 4 git commands to generate.