Skip to content

Commit

Permalink
nilfs2-kmod10 v2.3 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 5, 2024
1 parent d527f85 commit 06e7034
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-kmod10-2.3 Tue Nov 5, 2024 JST

* fix build issues on the newer RHEL 10 kernel (RHEL_RELEASE == 27):
- Allow switching of folio-based write_{begin,end}

nilfs2-kmod10-2.2 Mon Nov 4, 2024 JST

* backport fixes for two kernel bug that could occur when file system
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-kmod10-2.2");
MODULE_VERSION("nilfs2-kmod10-2.3");

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

0 comments on commit 06e7034

Please sign in to comment.