https://github.com/torvalds/linux
Revision 89876f275e8d562912d9c238cd888b52065cf25c authored by Linus Torvalds on 05 January 2018, 21:02:46 UTC, committed by Linus Torvalds on 05 January 2018, 21:02:46 UTC
Pull btrfs fixes from David Sterba:
 "We have two more fixes for 4.15, both aimed for stable.

  The leak fix is obvious, the second patch fixes a bug revealed by the
  refcount API, when it behaves differently than previous atomic_t and
  reports refs going from 0 to 1 in one case"

* tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes
  btrfs: Fix flush bio leak
2 parent s 12e971b + ec35e48
Raw File
Tip revision: 89876f275e8d562912d9c238cd888b52065cf25c authored by Linus Torvalds on 05 January 2018, 21:02:46 UTC
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Tip revision: 89876f2
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top