diff --git a/ChangeLog b/ChangeLog index 146a0fb..2068199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 104cd43..7ff2d26 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -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;