Skip to content

Commit

Permalink
nilfs2-kmod9 v1.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Apr 23, 2023
1 parent b02a6c0 commit 078eb0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
nilfs2-kmod9-1.9 Sun Apr 23, 2023 JST

* backport another missing block initialization fix:
- nilfs2: initialize unused bytes in segment summary blocks

nilfs2-kmod9-1.8 Sun Apr 16, 2023 JST

* backport fixes for a potential use-after-free read issue and
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.8");
MODULE_VERSION("nilfs2-kmod9-1.9");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 078eb0d

Please sign in to comment.