]> 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)
commit6e02e409983bf022eaafb784e526f15d9d58665d
treed16fa1e9de6545af7f087d124b53cc7fffd260bb
parent5181be9136f0cafe33b02b12ec9bab98f7aa1283
parent7bbe094022ae45d4f31c8a80e7e30b9dc5a06cde
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()