All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix relocation lockdep splat
@ 2022-07-26 20:24 Josef Bacik
  2022-07-26 20:24 ` [PATCH 1/2] btrfs: move lockdep class helpers to locking.* Josef Bacik
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josef Bacik @ 2022-07-26 20:24 UTC (permalink / raw)
  To: linux-btrfs, kernel-team

Hello,

This fixes the long standing lockdep splat we were getting in btrfs/187.  The
detailed description of the fix can be found in the changelog in the second
patch.  The first patch simply moves the lockdep related code into locking.c
where it more logically fits in.  Thanks,

Josef

Josef Bacik (2):
  btrfs: move lockdep class helpers to locking.*
  btrfs: fix lockdep splat with reloc root extent buffers

 fs/btrfs/ctree.c       |  3 ++
 fs/btrfs/ctree.h       |  2 +
 fs/btrfs/disk-io.c     | 82 ------------------------------------
 fs/btrfs/disk-io.h     | 10 -----
 fs/btrfs/extent-tree.c | 18 +++++++-
 fs/btrfs/extent_io.c   | 11 ++++-
 fs/btrfs/locking.c     | 95 ++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/locking.h     | 16 +++++++
 fs/btrfs/relocation.c  |  2 +
 9 files changed, 145 insertions(+), 94 deletions(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-02 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 20:24 [PATCH 0/2] Fix relocation lockdep splat Josef Bacik
2022-07-26 20:24 ` [PATCH 1/2] btrfs: move lockdep class helpers to locking.* Josef Bacik
2022-07-27  6:47   ` Johannes Thumshirn
2022-07-26 20:24 ` [PATCH 2/2] btrfs: fix lockdep splat with reloc root extent buffers Josef Bacik
2022-08-02 17:10 ` [PATCH 0/2] Fix relocation lockdep splat David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.