]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Jan 2026 05:34:50 +0000 (19:34 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Jan 2026 05:34:50 +0000 (19:34 -1000)
commitb6151c4e60e5f695fac8b5c3e011cfcfd6e27cba
tree847e5358a6c67c8260b2bdd46478ae6cfce0cd36
parentcb2076b0910f3b19036ec7d50530113fcb9736c8
parent072a7c7cdbea4f91df854ee2bb216256cd619f2a
Merge tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs

Pull erofs fix from Gao Xiang:

 - Don't increase s_stack_depth which caused regressions in some
   composefs mount setups (EROFS + ovl^2)

   Instead just allow one extra unaccounted fs stacking level for
   straightforward cases.

* tag 'erofs-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
  erofs: don't bother with s_stack_depth increasing for now