Fix: btrfs: Remove fsid/metadata_fsid fields from btrfs_info
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 9 Jan 2019 19:59:18 +0000 (14:59 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 16 Jan 2019 20:35:41 +0000 (15:35 -0500)
commit9d2f114798776731f39d1a035bcf83f83922943a
treec8884ecfa6d06fd77b6eafc3f72d658c96990e57
parent28fef30f94f53b73801f3b8fd603a4c9d38e4a48
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.024862 seconds and 4 git commands to generate.