Skip to content

Commit

Permalink
nilfs2-kmod9 v1.31 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Nov 19, 2024
1 parent a97b2da commit c4d0673
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.31 Tue Nov 19, 2024 JST

* fix build issues on the latest RHEL9 kernel (RHEL_RELEASE == 529):
- Allow switching user_namespace and mnt_idmap structures

nilfs2-kmod9-1.30 Thu Nov 14, 2024 JST

* backport fixes for null pointer dereference bugs that occur when
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.30");
MODULE_VERSION("nilfs2-kmod9-1.31");

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

0 comments on commit c4d0673

Please sign in to comment.