Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Apr 2022 17:30:29 +0000 (10:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 27 Apr 2022 17:30:29 +0000 (10:30 -0700)
commit211ed5480aff457ac1a9e333e68522ef4a0c6ce9
tree0a955c4236b5090a1af5a25b69e559c7c3857c51
parent03498b7131b874166724ca016178932d0b5781aa
parent1da18a296f5ba4f99429e62a7cf4fdbefa598902
Merge tag 'zonefs-5.18-rc5' of git://git./linux/kernel/git/dlemoal/zonefs

Pull zonefs fixes from Damien Le Moal:
 "Two fixes for rc5:

   - Fix inode initialization to make sure that the inode flags are all
     cleared.

   - Use zone reset operation instead of close to make sure that the
     zone of an empty sequential file in never in an active state after
     closing the file"

* tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: Fix management of open zones
  zonefs: Clear inode information flags on inode creation