Linus, The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa: Linux 6.1-rc5 (2022-11-13 13:12:55 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-6.1-rc6 for you to fetch changes up to 61ba9e9712e187e019e6451bb9fc8eb24685fc50: zonefs: Remove to_attr() helper function (2022-11-16 16:08:31 +0900) ---------------------------------------------------------------- zonefs fixes for 6.1-rc6 - 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. ---------------------------------------------------------------- Damien Le Moal (2): zonefs: fix zone report size in __zonefs_io_error() zonefs: Remove to_attr() helper function fs/zonefs/super.c | 37 +++++++++++++++++++++++++++---------- fs/zonefs/sysfs.c | 5 ----- 2 files changed, 27 insertions(+), 15 deletions(-)