fix: btrfs: move accessor helpers into accessors.h (v6.2)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 16 Jan 2023 20:01:51 +0000 (15:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 16 Jan 2023 20:41:19 +0000 (15:41 -0500)
commit69d3aa79a641f539cfd5c11b46b2dd9b4df9b0f0
tree52e8ac83056ef2c66d3cbf2359b9aac617439314
parentd3bcf08882e17952dfddc07a1c0c2767f38f18da
fix: btrfs: move accessor helpers into accessors.h (v6.2)

See upstream commit :

  commit 07e81dc94474eb62705c6f96d9ab1a5a797b8703
  Author: Josef Bacik <josef@toxicpanda.com>
  Date:   Wed Oct 19 10:51:00 2022 -0400

    btrfs: move accessor helpers into accessors.h

    This is a large patch, but because they're all macros it's impossible to
    split up.  Simply copy all of the item accessors in ctree.h and paste
    them in accessors.h, and then update any files to include the header so
    everything compiles.

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