From: Linus Torvalds Date: Sat, 19 Nov 2022 01:17:42 +0000 (-0800) Subject: Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal... X-Git-Tag: v6.1~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf5003a0dc5024987eb3193a19aa802fc6235af0;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'zonefs-6.1-rc6' of git://git./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() --- bf5003a0dc5024987eb3193a19aa802fc6235af0