]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2022 01:17:42 +0000 (17:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2022 01:17:42 +0000 (17:17 -0800)
commitf71f226342022d875090e56b697252449dcaad6f
treed16fa1e9de6545af7f087d124b53cc7fffd260bb
parentf7951a63674c6c0534285e32d421c231f3e88761
parentd9f2d4e548e3d8c26b31f6bbfa482d8d2969b912
Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs

Pull zonefs fixes from Damien Le Moal:

 - Fix the IO error recovery path for failures happening in the last
   zone of device, and that zone is a "runt" zone (smaller than the
   other zone). The current code was failing to properly obtain a zone
   report in that case.

 - Remove the unused to_attr() function as it is unused, causing
   compilation warnings with clang.

* tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: Remove to_attr() helper function
  zonefs: fix zone report size in __zonefs_io_error()