Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Aug 2023 16:20:50 +0000 (09:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Aug 2023 16:20:50 +0000 (09:20 -0700)
commit556c9424e271abff7ada9196007418f7b8431c6e
tree983adc605d7293853816aa0c808f69e57a4faaa7
parent5e0ba145952328bf1a9c2f0be0bd59a9cc5a7b21
parent4da3c7183e186afe8196160f16d5a0248a24e45d
Merge tag 'erofs-for-6.5-rc5-fixes' of git://git./linux/kernel/git/xiang/erofs

Pull erofs fixes from Gao Xiang:

 - Fix data corruption caused by insufficient decompression on
   deduplicated compressed extents

 - Drop a useless s_magic checking in erofs_kill_sb()

* tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: drop unnecessary WARN_ON() in erofs_kill_sb()
  erofs: fix wrong primary bvec selection on deduplicated extents