Merge tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Mar 2023 18:05:08 +0000 (11:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Mar 2023 18:05:08 +0000 (11:05 -0700)
commit9fd6ba5420ba2b637d1ecc6de8613ec8b9c87e5a
treed91c5445c5bbd263418467af2801b8081f2ee306
parentfff5a5e7f528b2ed2c335991399a766c2cf01103
parent88b170088ad2c3e27086fe35769aa49f8a512564
Merge tag 'zonefs-6.3-rc4' of git://git./linux/kernel/git/dlemoal/zonefs

Pull zonefs fixes from Damien Le Moal:

 - Silence a false positive smatch warning about an uninitialized
   variable

 - Fix an error message to provide more useful information about invalid
   zone append write results

* tag 'zonefs-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: Fix error message in zonefs_file_dio_append()
  zonefs: Prevent uninitialized symbol 'size' warning